Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 23f84b7

Browse files
kurtjuliemr
kurt
authored andcommitted
docs(browser-setup): add a note about a bug of selenium-webdriver
add a note about a bug(https://code.google.com/p/selenium/issues/detail?id=6627&thanks=6627&ts=1385488060) of selenium-webdriver.
1 parent 1ad0e76 commit 23f84b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/browser-setup.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ capabilities: {
3535
}
3636
},
3737
```
38+
If running with chromeOnly and chromeOptions together, chromeOptions.args and chromeOptions.extensions are required due to [Issue 6627](https://code.google.com/p/selenium/issues/detail?id=6627&thanks=6627&ts=1385488060) of selenium-webdriver currently(@2.37.0). So in order to avoid the issue, you may simply set them(or one of them) to an empty array.
3839

3940
PhantomJS
4041
-------------------------------------

0 commit comments

Comments
 (0)