WebBrowserUIPatternObjectIdentifier Property |
The string TestLeft uses to identify the sought-for web element. Check the property value in the TestLeft UI Spy panel before writing code. 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 Object ObjectIdentifier { get; set; }
Public Property ObjectIdentifier As Object
Get
Set
Dim instance As WebBrowserUIPattern
Dim value As Object
value = instance.ObjectIdentifier
instance.ObjectIdentifier = value
public:
property Object^ ObjectIdentifier {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
ObjectSee Also