Lewis John McGibbney created NUTCH-1948:
-------------------------------------------
Summary: Make the Selenium remote web driver specification,
configuration and selection available via a Factory-type mechanism
Key: NUTCH-1948
URL: https://issues.apache.org/jira/browse/NUTCH-1948
Project: Nutch
Issue Type: Improvement
Components: plugin, protocol
Affects Versions: 1.10
Reporter: Lewis John McGibbney
Fix For: 1.11
Right now we only use the FirefoxDriver, however we could also use the following
* ChromeDriver
<https://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/chrome/ChromeDriver.html>,
* FirefoxDriver
<https://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/firefox/FirefoxDriver.html>,
* InternetExplorerDriver
<https://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/ie/InternetExplorerDriver.html>,
and
* SafariDriver
<https://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/safari/SafariDriver.html>
They could be available via a Factory-type mechanism which would allow us to
define the driver within nutch-site.xml even.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)