You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/WebDriver.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,8 @@ In case you want to test a local site or site behind a firewall you should use a
78
78
#### BrowserStack
79
79
80
80
1. Create an account at [BrowserStack](https://www.browserstack.com/) to get your username and access key
81
-
2. In the module configuration use the format `username`:`access_key`@ondemand.saucelabs.com' for `host`
82
-
3. Configure `os` and `os_version` under `capabilities` to define the [Operating System](https://docs.saucelabs.com/reference/platforms-configurator/#/)
81
+
2. In the module configuration use the format `username`:`access_key`@hub.browserstack.com' for `host`
82
+
3. Configure `os` and `os_version` under `capabilities` to define the operating System
83
83
4. If your site is available only locally or via VPN you should use a tunnel app. In this case add `browserstack.local` capability and set it to true.
0 commit comments