Skip to content

Commit af728ae

Browse files
committed
auto updated documentation
1 parent e31259a commit af728ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/WebDriver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ In case you want to test a local site or site behind a firewall you should use a
7878
#### BrowserStack
7979

8080
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
8383
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.
8484

8585
{% highlight yaml %}

0 commit comments

Comments
 (0)