Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/introduction/command-line-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ The runner will automatically set the number of workers to the same number of CP
If you have Chrome installed in a non-standard location on your machine you can specify the path so ChromeDriver knows where to look.

```sh
selenium-side-runner -c "chromeOptions.binary='/path/to/non-standard/Chrome/install'"
selenium-side-runner -c "goog:chromeOptions.binary='/path/to/non-standard/Chrome/install'"
```

With Chrome specific capabilities you can also run the tests headlessly.

```sh
selenium-side-runner -c "chromeOptions.args=[disable-infobars, headless]"
selenium-side-runner -c "goog:chromeOptions.args=[disable-infobars, headless]"
```

## A framework at your fingertips
Expand Down