Interface: RemoteSeleniumGridConfig

RemoteSeleniumGridConfig

Configuration for running specs on a remote Selenium grid Any additional properties, such as "sauce:options" or "bstack:options", will be included in the capabilities object passed through to Selenium Webdriver.

Example

{
   "url": "https://hub-cloud.browserstack.com/wd/hub",
   "bstack:options": {
     "browserVersion": "16",
     "os": "OS X",
     "osVersion": "Monterey",
     "local": "true",
     "localIdentifier": "tunnel ID",
     "debug": "true",
     "userName": "your BrowserStack username",
     "accessKey": "your BrowserStack access key"
   }
 }

Members

url :string

URL of the remote Selenium grid

Type:
  • string