From 23f84b77c5f1842923302e39cadfef06da0517b0 Mon Sep 17 00:00:00 2001 From: kurt Date: Wed, 27 Nov 2013 04:22:24 +0900 Subject: [PATCH] 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. --- docs/browser-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/browser-setup.md b/docs/browser-setup.md index d25913c27..6dc7e6e2f 100644 --- a/docs/browser-setup.md +++ b/docs/browser-setup.md @@ -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 -------------------------------------