Skip to content

Commit b5d44a1

Browse files
authored
Merge pull request #638 from rafaelstz/patch-2
Adding the Selenium server download in the example
2 parents 2fe1372 + 84303c9 commit b5d44a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ To run tests, you need a running Selenium server and [`mftf`][] commands.
212212

213213
#### Run the Selenium server {#selenium-server}
214214

215-
Run the Selenium server in terminal.
216-
For example, the following commands run the Selenium server for Google Chrome:
215+
Run the Selenium server in the terminal.
216+
For example, the following commands download and run the Selenium server for Google Chrome:
217217

218218
```bash
219-
cd <path_to_directory_with_selenium_server_and_webdriver>/
219+
curl -O http://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.jar
220220
```
221221

222222
```bash

0 commit comments

Comments
 (0)