WebElementPatternmethod Property |
The method property value of the sought-for web element. By default, TestLeft searches for the exact match. To mark variable parts, use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string method { get; set; }
Public Property method As String
Get
Set
Dim instance As WebElementPattern
Dim value As String
value = instance.method
instance.method = value
public:
property String^ method {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also