WebElementPatternform Property |
The form attribute value of the sought-for web element (for example, of the sought-for select 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 form { get; set; }
Public Property form As String
Get
Set
Dim instance As WebElementPattern
Dim value As String
value = instance.form
instance.form = value
public:
property String^ form {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also