TestedAppParams.VirtualWebParams

Applies to TestComplete 15.63, last modified on April 23, 2024
This property is obsolete. See the Remarks section below.

Description

The Tested Applications collection of a test project can include the mobile browser emulator. You can use the TestedApps.AppName.Params.VirtualWebParams property to get or set various emulator parameters, such as the browser to emulate, the web page to open and so on.

This property is provided for backward compatibility only. It is not intended for use in tests.

To launch the mobile browser emulator in tests, use the Run Virtual Browser keyword test operation or the VirtualBrowsers.Item(browser_name).Run scripting method.

Declaration

TestedAppParamsObj.VirtualWebParams

Read-Only Property A TestedAppVirtualWebParams 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

The TestedAppVirtualWebParams object that provides access to the properties of the mobile browser emulator.

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 mobile browser emulator 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 mobile browser emulator through the properties of the VirtualBrowsers.Item(browser_name) object.

See Also

About Tested Applications
Virtual Web Application Parameters
Editing Web Application Parameters

Highlight search results