[
https://issues.apache.org/jira/browse/NUTCH-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901450#comment-14901450
]
ASF GitHub Bot commented on NUTCH-2108:
---------------------------------------
GitHub user asitang opened a pull request:
https://github.com/apache/nutch/pull/62
made changes for NUTCH-2108 and formatted the previously unformatted …
…code for this plugin
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/asitang/nutch NUTCH-2108
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nutch/pull/62.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #62
----
commit cd742353283410cc2f750af16a3ca6e286525193
Author: Asitang Mishra <[email protected]>
Date: 2015-09-21T21:32:41Z
made changes for NUTCH-2108 and formatted the previously unformatted code
for this plugin
----
> 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
> Priority: Minor
> 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)