WebBrowserPatternObjectIdentifier Property |
Specifies the browser type. This is the browser's executable name without the extension, for example: chrome, iexplore, firefox.
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string ObjectIdentifier { get; set; }
Public Property ObjectIdentifier As String
Get
Set
Dim instance As WebBrowserPattern
Dim value As String
value = instance.ObjectIdentifier
instance.ObjectIdentifier = value
public:
property String^ ObjectIdentifier {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also