Description
Specifies the URL that should be opened after the browser is launched.
Declaration
ProgObj.PageAddress
Read-Write Property | String |
ProgObj | An expression, variable or parameter that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following objects:
Property Value
A string holding the URL of the web page to be tested.
Remarks
-
Tested applications of the Web type are obsolete and are supported for backward compatibility only. To launch a web browser from tests, use the Run Browser keyword test operation or the
Browsers.Item(...).Run
scripting method. -
If you assign a value to this property, TestComplete will treat your project as modified. So, you will need to save or cancel changes when closing the project. The specified value will be displayed in the TestedApps editor.
See Also
Testing Web Applications
About Tested Applications
Run Modes and Parameters
Editing Web Application Parameters