SetLab method
Supported in versions 14.50 and later.
In this topic:
Description
Defines the test to use the local desktop browser.
For more details, see the Web Tab (Record and Run Settings Dialog Box) in the OpenText Functional Testing Help Center.
Syntax
| Visual Basic |
|---|
Public Function SetLab( _ ByVal Lab As String, _ ) As WebLauncher
|
Parameters
| Name | Values |
|---|
| lab | LocalBrowser: Uses the local browser for the test. To use a device lab browser, use the MobileLauncher Object. CloudBrowser: Uses the cloud browser provided by OpenText Functional Testing Lab / Digital Lab for the test. This value is available only in versions 23.4 and later.
|
Example
Desktop web testing code sample
See also