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.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property Env As String |
Return type
Returns one of the following:
Version 25.2 and later
Value | Description | |
---|---|---|
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
Value | Description |
---|---|
DigitalLab | Uses a mobile browser on a device accessed via a device and browser lab. |
LocalBrowser | Uses a local browser. |
Version 2023 and earlier
Value | Description |
---|---|
MobileCenter | Uses a mobile browser on a device accessed via a device lab. |
LocalBrowser | Uses a local browser. |
Example
Desktop web testing code sample
See also: