You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2016/06/13 19:30:30 UTC

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

    [ 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)