added documentation about tested options for selenium & broswer pairings
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/d953b96f Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/d953b96f Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/d953b96f Branch: refs/heads/master Commit: d953b96f93bcfa3a8644b753c73a34f60675b427 Parents: 521e325 Author: Kim Whitehall <[email protected]> Authored: Sat Apr 16 12:56:06 2016 -0700 Committer: Kim Whitehall <[email protected]> Committed: Sat Apr 16 12:56:06 2016 -0700 ---------------------------------------------------------------------- src/plugin/protocol-selenium/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/d953b96f/src/plugin/protocol-selenium/README.md ---------------------------------------------------------------------- diff --git a/src/plugin/protocol-selenium/README.md b/src/plugin/protocol-selenium/README.md index 03ba572..1462b47 100644 --- a/src/plugin/protocol-selenium/README.md +++ b/src/plugin/protocol-selenium/README.md @@ -195,7 +195,14 @@ ant runtime ## Part 3: Common Pitfalls -* Be sure your browser version and selenium version are compatible +* Be sure your browser version and selenium version are compatible (See list in 'Tested configurations' section below) * Be sure to start the Xvfb window then start selenium (not a necessary step for PhantomJS) * Disconnecting and reconnect nodes after a hub config change has proven useful in our tests. * Be sure that each browser session deallocates its webdriver resource independently of any other tests running on other broswers (check out driver.quit() and driver.close()). + +### Tested configurations + +* Firefox 31.4.0 and Selenium 2.48.2 +* PhantomJS 2.1.1 and Selenium 2.48.2 +* PhantomJS 2.1.1 and Selenium 2.53.0 +
