[
https://issues.apache.org/jira/browse/NUTCH-2241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris A. Mattmann resolved NUTCH-2241.
--------------------------------------
Resolution: Fixed
Merged, thanks [~karanjeets]!
{noformat}
[chipotle:~/tmp/nutch1.12] mattmann% git pull
https://github.com/karanjeets/nutch/ NUTCH-2241
remote: Counting objects: 18, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 18 (delta 1), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (18/18), done.
>From https://github.com/karanjeets/nutch
* branch NUTCH-2241 -> FETCH_HEAD
Updating a3e7420..a9b2491
Fast-forward
CHANGES.txt
| 2 ++
conf/nutch-default.xml
| 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/plugin/lib-selenium/src/java/org/apache/nutch/protocol/selenium/HttpWebClient.java
| 52 ++++++++++++++++++++++++++++++++++++----------------
3 files changed, 88 insertions(+), 16 deletions(-)
[chipotle:~/tmp/nutch1.12] mattmann% git branch
2.x
NUTCH-2213
* master
merge-branch
[chipotle:~/tmp/nutch1.12] mattmann% git push -u origin master
Counting objects: 96, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (11/11), done.
Writing objects: 100% (18/18), 2.53 KiB | 0 bytes/s, done.
Total 18 (delta 9), reused 0 (delta 0)
remote: nutch git commit: fix for NUTCH-2241 contributed by karanjeets
remote: nutch git commit: fix for NUTCH-2241 contributed by karanjeets
To https://git-wip-us.apache.org/repos/asf/nutch.git
a3e7420..a9b2491 master -> master
Branch master set up to track remote branch master from origin.
[chipotle:~/tmp/nutch1.12] mattmann%
{noformat}
> Unstable Selenium plugin in Nutch. Fixed bugs and enhanced configuration
> ------------------------------------------------------------------------
>
> Key: NUTCH-2241
> URL: https://issues.apache.org/jira/browse/NUTCH-2241
> Project: Nutch
> Issue Type: Bug
> Components: plugin, protocol
> Affects Versions: 1.12
> Environment: Fixed for Firefox browser with version 25 and above.
> Reporter: Karanjeet Singh
> Assignee: Chris A. Mattmann
> Labels: firefox, interactiveselenium, lib-selenium, memex,
> nutch, nutch-default.xml, plugin, protocol, selenium
> Fix For: 1.12
>
>
> Issues:
> (a) Firefox browser doesn't close gracefully.
> (b) The property libselenium.page.load.delay is not working. No matter how
> much delay you give, the driver is not waiting for the page to load.
> (c) There is no timeout configured for the firefox binary.
> (d) A lot of selenium configuration is hard-coded which can be exposed
> through nutch-default.xml or nutch-site.xml
> All these issues are part of "lib-selenium" plugin which is being used by two
> other protocols "protocol-selenium" and "protocol-interactiveselenium".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)