Click or drag to resize

WebElementPatternObjectIdentifier Property

The string TestLeft uses to identify the sought-for web element: the ID or name attribute values, the file name for IMGs and so on. 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; }

Property Value

Type: Object
See Also