You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2015/08/03 01:09:05 UTC

[jira] [Commented] (NUTCH-2062) Add Plugin for interacting with Selenium WebDriver

    [ https://issues.apache.org/jira/browse/NUTCH-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651264#comment-14651264 ] 

Chris A. Mattmann commented on NUTCH-2062:
------------------------------------------

{noformat}
test:
     [echo] Testing plugin: urlnormalizer-slash
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/usr/local/Cellar/ant/1.9.4/libexec/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/Users/mattmann/tmp/nutch-trunk/build/test/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
    [junit] Running org.apache.nutch.net.urlnormalizer.regex.TestRegexURLNormalizer
    [junit] Running org.apache.nutch.net.urlnormalizer.slash.TestSlashURLNormalizer
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.79 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 sec

BUILD SUCCESSFUL
Total time: 12 minutes 11 seconds
[chipotle:~/tmp/nutch-trunk] mattmann% 
{noformat}

All tests passing, commiting this now.


> Add Plugin for interacting with Selenium WebDriver
> --------------------------------------------------
>
>                 Key: NUTCH-2062
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2062
>             Project: Nutch
>          Issue Type: Improvement
>          Components: plugin
>    Affects Versions: 1.10
>            Reporter: Michael Joyce
>            Assignee: Chris A. Mattmann
>              Labels: memex
>             Fix For: 1.11
>
>         Attachments: NUTCH-2062v2.patch
>
>
> The protocol-selenium plugin is great for pulling webpages that dynamically load content. However, I've run into use cases where I need to actively interact with a page in Selenium before it becomes useful. For instance, I may need to paginate through a table to get all results that I'm interested in. This plugin will handle that use case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)