Browser Properties
BackButton
The icon to navigate one page back.
Syntax: public IconButton BackButton { get; }
BrowserWindow
The Select filter defining the content of the browser window. Does not contain Browser toolbars, tabs and URL textbox.
Syntax: public Select BrowserWindow { get; }
DownloadDialog
The download dialog that is opened when a download is requested on a webpage (except on Chrome where directly a FileDialog is opened).
Syntax: public DownloadDialog DownloadDialog { get; }
FwdButton
The icon to navigate one page forward.
Syntax: public IconButton FwdButton { get; }
HomeButton
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 Browser.Type.
Syntax: public IconButton HomeButton { get; }
RefreshButton
The icon to refresh the current page.
Syntax: public IconButton RefreshButton { get; }
Type
The type of the browser (e.g. IE, Firefox, Edge or Chrome).
Syntax: public BrowserType Type { get; set; }
URLTextBox
The url textbox.
Syntax: public TextBox URLTextBox { get; }
Last updated
Was this helpful?