This property is obsolete. See the Remarks section below. |
Description
The Tested Applications collection of a test project can include web applications. Use the TestedApps.AppName.Params.WebParams
property to define various properties of a Web application, such as a web browser that will be used, the URL address of the web page that will be opened and other parameters.
Declaration
TestedAppParamsObj.WebParams
Read-Only Property | The TestedAppWebParams object |
TestedAppParamsObj | An expression, variable or parameter that specifies a reference to a TestedAppParams object |
Applies To
The property is applied to the following object:
Property Value
A TestedAppWebParams
object that provides access to the properties of the tested Web application.
Remarks
This property is obsolete. It is supported for backward compatibility only and is available if the Use special runtime object attribute of your tested Web application is disabled. (You can view and change the attribute in the TestedApps editor).
If the option is enabled (default), you can use the TestedApps.BrowserTestedApp
object to access the Web application’s parameters directly.
Both the property and the object are obsolete. They are supported for backward compatibility only. We recommend that you access parameters of your tested Web application through the properties of the Browsers.Item(browser_name)
object.
See Also
About Tested Applications
Web Application Parameters
Editing Web Application Parameters