File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,13 @@ The runner will automatically set the number of workers to the same number of CP
135135If 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
141141With 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
You can’t perform that action at this time.
0 commit comments