Contains methods and objects to interact with the main browser.
Functions
| object GetElementsByKind |
( |
string |
kindName |
) |
Gets an array of elements selected by the given kind or null if the kind is not found.
- Parameters:
-
| kindName | The name of the kind to select. |
- Returns:
- Returns an array of elements or null if the kind is not found.
| void SelectKind |
( |
string |
kindName |
) |
Tries to select the given kind in the browser.
- Parameters:
-
| kindName | The name of the kind to select. |
- Returns:
- Returns a value indicating whether the kind name was found or not.
Properties
If the last action performed by the BrowserObject object caused an error, this object gets a description of it. Otherwise it gets an empty string.