You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (Jira)" <ji...@apache.org> on 2019/11/22 15:04:00 UTC

[jira] [Updated] (NUTCH-2274) InteractiveSelenium Plugin's DefaultHandler Returns Null

     [ https://issues.apache.org/jira/browse/NUTCH-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Nagel updated NUTCH-2274:
-----------------------------------
    Fix Version/s: 1.17

> 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
>             Fix For: 1.17
>
>
> 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)