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

Commit

Permalink
docs(browser-setup): add a note about a bug of selenium-webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
kurt authored and juliemr committed Nov 27, 2013
1 parent 1ad0e76 commit 23f84b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/browser-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ capabilities: {
}
},
```
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.

PhantomJS
-------------------------------------
Expand Down

0 comments on commit 23f84b7

Please sign in to comment.