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

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

Brian Zhao created NUTCH-2274:
---------------------------------

             Summary: 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


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)