Description
Use the property to get or set the version of the browser specified by the BrowserType
property.
Declaration
BrowserTestedAppObj.BrowserVersion
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
A string value that specifies the version of the browser you want to use.
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 theBrowsers.Item(...).Run
scripting method.
See Also
Default Web Testing
About Tested Applications
Run Modes and Parameters
BrowserType Property
Editing Web Application Parameters