BrowserParameterName property

Supported in versions 14.50 and later.

Description

Defines the name of the parameter used to define the web browser used by the test.

For more details, see Web Tab (Record and Run Settings Dialog Box) in the OpenText Functional Testing Help Center.

Property type

Read-write property

Syntax

Visual Basic
Public Property BrowserParameterName As String

Example

The following example indicates that the test should use the values defined in the browser parameter to determine the web browser to use for the test.

qtApp.Test.Settings.Launchers("Web").BrowserParameterName = "browser"

msgbox qtApp.Test.Settings.Launchers("Web").BrowserParameterName

See also