[
https://issues.apache.org/jira/browse/NUTCH-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14949276#comment-14949276
]
Hudson commented on NUTCH-2108:
-------------------------------
SUCCESS: Integrated in Nutch-trunk #3288 (See
[https://builds.apache.org/job/Nutch-trunk/3288/])
NUTCH-2108: added author name (asitang:
[http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1707604])
* trunk/CHANGES.txt
NUTCH-2108 Add a function to the selenium interactive plugin interface to do
multiple manipulation of driver and then return the data this closes #67
(asitang: [http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1707601])
* trunk/CHANGES.txt
*
trunk/src/plugin/protocol-interactiveselenium/src/java/org/apache/nutch/protocol/interactiveselenium/handlers/DefalultMultiInteractionHandler.java
*
trunk/src/plugin/protocol-interactiveselenium/src/java/org/apache/nutch/protocol/interactiveselenium/handlers/DefaultClickAllAjaxLinksHandler.java
> Add a function to the selenium interactive plugin interface to do multiple
> manipulation of driver and then return the data
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: NUTCH-2108
> URL: https://issues.apache.org/jira/browse/NUTCH-2108
> Project: Nutch
> Issue Type: Sub-task
> Components: fetcher
> Affects Versions: 1.10
> Reporter: Asitang Mishra
> Labels: memex
>
> In the interactive selenium plugin we have to create handler classes for each
> manipulation of a page. Sometimes we need to manipulate a page in many ways
> and keep track of those manipulations. Like clicking on say each link in a
> table and then refreshing to get the original page back as even one click can
> make all other links go away. This can be done in a single loop. Which will
> be a little too much work and way complicated using multiple handlers. So, I
> am proposing a new function "String multiProcessDriver(WebDriver driver)"
> that takes the driver and returns a concatenated String along with the
> already present "void processDriver(WebDriver driver)".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)