[
https://issues.apache.org/jira/browse/NUTCH-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328012#comment-15328012
]
Lewis John McGibbney commented on NUTCH-2274:
---------------------------------------------
Thanks for registering [~bmzhao] are you working off of master branch? If so
are you able to provide a patch?
> InteractiveSelenium Plugin's DefaultHandler Returns Null
> --------------------------------------------------------
>
> Key: NUTCH-2274
> URL: https://issues.apache.org/jira/browse/NUTCH-2274
> Project: Nutch
> Issue Type: Bug
> Components: plugin
> Affects Versions: 1.11
> Reporter: Brian Zhao
> Assignee: Lewis John McGibbney
>
> The Interactive Selenium plugin's DefaultHandler.java always returns null for
> its "processDriver(WebDriver driver)" method.
> It should (probably?) instead return the body of the html:
> public String processDriver(WebDriver driver) {
> return
> driver.findElement(By.tagName("body")).getAttribute("innerHTML");
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)