インタフェース: RemoteSeleniumGridConfig

RemoteSeleniumGridConfig

リモートの Selenium グリッド上で仕様を実行するための設定.「sauce:options」や「bstack:options」などの追加のプロパティはすべて、Selenium Webdriver を経由して渡される capabilities オブジェクトに含まれます.

{
   "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"
   }
 }

メンバー

url :string

リモートの Selenium グリッドの URL

  • string