Description
The ObjectIdentifier
property returns a web browser’s identifier.
Declaration
TestObj.ObjectIdentifier
Read-Only Property | String |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
A string containing the browser’s process name without extension. For example, iexplore. This is the same value as the ProcessName
property of the browser.
Remarks
This property is available only if the Tree model of web objects is active.
See Also
ObjectType Property
ProcessName Property
BrowserIndex Property
Classic Web Testing