Example #1
0
 public string GetProperty(string property)
 {
     return(WrappedElement?.GetProperty(property));
 }
Example #2
0
 /// <summary>
 ///     Gets the value of the specified property for this element.
 /// </summary>
 public string GetProperty(string propertyName)
 {
     NgDriver.WaitForAngular();
     return(WrappedElement.GetProperty(propertyName));
 }
Example #3
0
 public string GetProperty(string propertyName)
 {
     UpDriver.WaitForPageReady();
     Log.GetLogger().Info($"Getting [{propertyName}] property for element [{ElementIdentifier}]");
     return(WrappedElement.GetProperty(propertyName));
 }
Example #4
0
 public string GetProperty(string propertyName)
 {
     return(WrappedElement.GetProperty(propertyName));
 }