updated the config options to indicate PhantomJS browser can be used
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/5d05f280 Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/5d05f280 Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/5d05f280 Branch: refs/heads/master Commit: 5d05f2806c2281d82d362ab3993bf0c4d3e12403 Parents: bd9b8af Author: Kim Whitehall <[email protected]> Authored: Sat Apr 16 09:29:51 2016 -0700 Committer: Kim Whitehall <[email protected]> Committed: Sat Apr 16 09:29:51 2016 -0700 ---------------------------------------------------------------------- conf/nutch-default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/5d05f280/conf/nutch-default.xml ---------------------------------------------------------------------- diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml index fe031d5..a9cce43 100644 --- a/conf/nutch-default.xml +++ b/conf/nutch-default.xml @@ -1888,7 +1888,7 @@ visit https://wiki.apache.org/nutch/SimilarityScoringFilter--> <description> A String value representing the flavour of Selenium WebDriver() to use. Currently the following options - exist - 'firefox', 'chrome', 'safari', 'opera' and 'remote'. + exist - 'firefox', 'chrome', 'safari', 'opera', 'phantomjs' and 'remote'. If 'remote' is used it is essential to also set correct properties for 'selenium.hub.port', 'selenium.hub.path', 'selenium.hub.host', 'selenium.hub.protocol', 'selenium.grid.driver' and 'selenium.grid.binary'. @@ -1948,7 +1948,7 @@ visit https://wiki.apache.org/nutch/SimilarityScoringFilter--> <value>firefox</value> <description>A String value representing the flavour of Selenium WebDriver() used on the selenium grid. Currently the following options - exist - 'firefox' </description> + exist - 'firefox', 'phantomjs' </description> </property> <property>
