Browser Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
The icon to navigate one page back.
Syntax: public
BackButton { get; }
The Select filter defining the content of the browser window. Does not contain Browser toolbars, tabs and URL textbox.
Syntax: public
BrowserWindow { get; }
The download dialog that is opened when a download is requested on a webpage (except on Chrome where directly a is opened).
Syntax: public
DownloadDialog { get; }
The icon to navigate one page forward.
Syntax: public
FwdButton { get; }
The icon to refresh the current page.
The type of the browser (e.g. IE, Firefox, Edge or Chrome).
The url textbox.
The icon to navigate to the home page. This icon is also used to check if a browser is open and depending on which representation is found, defines the .
Syntax: public
HomeButton { get; }
Syntax: public
RefreshButton { get; }
Syntax: public
Type { get; set; }
Syntax: public
URLTextBox { get; }