Description
The handler interface in the protocol-interactiveselenium plugin currently provide methods to manipulate the page content and the HTTPResponse class read's the page content from the driver. This limits the amount of HTML content that could be returned to nutch.
The processDriver method could return a String object instead. This is particularly helpful in cases such as handling pagination when multiple pages' content can be appended and returned from the handler.