BrowserType Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

Specifies the web browser that will be used to open the web page specified by the PageAddress property.

Declaration

BrowserTestedAppObj.BrowserType

Read-Write Property String
BrowserTestedAppObj An expression, variable or parameter that specifies a reference to a BrowserTestedApp object

Applies To

The property is applied to the following object:

Property Value

One of the following string values:

  • Internet Explorer
  • Mozilla Firefox
  • Google Chrome
  • Edge

Remarks

Tested applications of the Web type are obsolete and are supported for backward compatibility only. To launch a web browser from tests, use the Run Browser keyword test operation or the Browsers.Item(...).Run scripting method.

See Also

About Tested Applications
Run Modes and Parameters
BrowserVersion Property
PageAddress Property
Editing Web Application Parameters

Highlight search results