[
https://issues.apache.org/jira/browse/NUTCH-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastian Nagel resolved NUTCH-2274.
------------------------------------
Fix Version/s: (was: 1.17)
Resolution: Abandoned
Nutch now uses Selenium 3.141.5 (after NUTCH-2676). Closing this issue as it
does likely not apply to the recent Nutch version. Thanks anyway, [~bmzhao]!
> 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
> Priority: Major
>
> 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
(v8.3.4#803005)