Env property

Supported in versions 14.50 and later.

Description

Returns the value of the Use combo-box in the Web tab of the Record and Run Settings dialog.

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

Back to top

Property type

Read-only property

Back to top

Syntax

Visual Basic
Public Property Env As String

Back to top

Return type

Returns one of the following:

Version 25.2 and later

ValueDescription
CloudBrowser

Uses a cloud browser accessed via a device and browser lab.

MobileBrowser

Uses a mobile browser on a device accessed via a device and browser lab.

 

LocalBrowser

Uses a local browser.

Version 23.4, 24.2, 24.4

ValueDescription

DigitalLab

Uses a mobile browser on a device accessed via a device and browser lab.

LocalBrowser

Uses a local browser.

Version 2023 and earlier

ValueDescription

MobileCenter

Uses a mobile browser on a device accessed via a device lab.

LocalBrowser

Uses a local browser.

Back to top

Example

Desktop web testing code sample

Back to top

See also: