Actions right arrow Actions List right arrow Execute JavaScript right arrow Class List right arrow BrowserObject

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:
kindNameThe 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:
kindNameThe name of the kind to select.
Returns:
Returns a value indicating whether the kind name was found or not.

Properties

string LastError = ""

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.

Gets a SelectedElementsObject to interact with the current selection.