Browser Property
Description
The Web browser to open.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Browser As String |
Return value
- IE. Any supported version of Microsoft Internet Explorer.
- IE64. Any supported 64-bit version of Microsoft Internet Explorer.
- CHROME. Any supported version of Google Chrome.
- FIREFOX.The latest version of Mozilla Firefox that is both installed on the computer and supported by OpenText Functional Testing.
- FF<VersionNumber>. The specified version of Mozilla Firefox. For example: FF36 (version 3.6), FF40 (version 4.0), FF140 (version 14.0)
- EDGE.Versions 15.0.1 to 23.4: The installed version of Microsoft Edge LegacyVersions 24.2 and later: The installed version of Chromium-based Microsoft Edge
- CHROMIUMEDGE.Versions 15.0.1 to 23.4: The installed version of Chromium-based Microsoft EdgeVersions 24.2 and later: Supported for backward compatibility only.
- CHROME_EMULATOR. Chrome in emulated mode
- PHANTOMJS.
Supported only in 24.2 and earlier: The locally installed version of the PhantomJS toolkit. CHROME_HEADLESS. Headless Chrome
This property does not support the Safari browser. To connect to a remote Mac during a test run and open the Safari browser, use the RemoteConnection utility object and its methods. For details, see the Utility Objects section of the OpenText Functional Testing Object Model Reference for GUI Testing.
For more information on supported browser versions, see the OpenText Functional Testing Support Matrix.
Remarks
To open a specific version of Mozilla Firefox that is supported by OpenText Functional Testing but not listed in the Possible Values section, do not use this property. Instead, set the test's BROWSER_ENV environment variable to FF<VersionNumber>, for example FF40 (without a period). To do this, use the Environments pane in the Test Settings dialog box. For more details, see the OpenText Functional Testing Help Center.
Example
See Also