Skip to content

Commit 0216d99

Browse files
rahullDave Haeffner
authored andcommitted
Updated document to use goog:chromeOptions (#757)
1 parent 61fce36 commit 0216d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction/command-line-runner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ The runner will automatically set the number of workers to the same number of CP
135135
If you have Chrome installed in a non-standard location on your machine you can specify the path so ChromeDriver knows where to look.
136136

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

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

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

147147
## A framework at your fingertips

0 commit comments

Comments
 (0)