Skip to main content

BrowserCapabilities

Basic meta-data about the browser used in the test

Learn more

Index

Properties

optionalplatformName

platformName?: string

Name of the operating system platform the test is executed on, like darwin, linux or windows.

optionalbrowserName

browserName?: string

Name of the Web browser the test is executed in, like chrome, firefox or safari.

optionalbrowserVersion

browserVersion?: string

Version number of the browser the test is executed in.