WebElementPatterndata Property |
Applied to OBJECT elements. Specifies the data attribute value of the sought-for 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 data { get; set; }
Public Property data As String
Get
Set
Dim instance As WebElementPattern
Dim value As String
value = instance.data
instance.data = value
public:
property String^ data {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also