Description:
- The Web Browser component is the container for all other components in a HTML AUT .
- It represents the AUT as a whole.
Synopsis:
New Actions |
Name |
Type |
Parameters |
Go Back |
e |
HTML_WebBrowser_BrowserBackAction |
Open URL |
e |
String:URL
|
HTML_WebBrowser_BrowserGotoAction |
Reload page |
e |
HTML_WebBrowser_BrowserReloadAction |
Inherited Actions
none
Go Back
- Use this action to go back one page in the browser.
- Use this action instead of actually clicking the back button in the AUT .
![\includegraphics[height=2cm]{danger}](img3.jpg) |
This action does not work in Internet Explorer |
This action has no parameters.
Open URL
- Use this action to specify a URL which you would like to open in the current window of the browser.
Parameters
Name |
Data Type |
Values |
Default |
URL |
String |
- |
none |
- Enter the URL you wish to open, e.g. "http://www.bredex.de".
- We recommend writing single quotes around the URL so that you do not have to escape special characters: "'http://www.bredex.de'".
Reload page
- Use this action to go reload the current page in the browser.
- Use this action instead of actually clicking the refresh button in the AUT .
This action has no parameters.
Copyright BREDEX GmbH 2011. Made available under the Eclipse Public License v1.0.