Description
This method is only available when the Web Testing and Firefox Support plugins are installed. It is only added to the window of the firefox process that corresponds to the browser window.
The UIPage
method provides easy access to toolbars, menus, buttons, edit boxes and other controls of the browser window.
Declaration
TestObj.UIPage(URL)
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
URL | [in] | Required | String | |
Result | A UIPage object |
Applies To
The method is applied to the following objects:
View Mode
To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Parameters
The method has the following parameter:
URL
Specifies the URL of the web page that is used to form the structure of the browser's internal controls.
Use the value that is displayed for this parameter in the Object Browser panel.
Result Value
The UIPage
object that provides scripting access to the browser’s internal objects.
See Also
UIPage Object
UIPage Method
Testing Web Applications
Navigating to Web Pages