[
https://issues.apache.org/jira/browse/NUTCH-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152152#comment-15152152
]
Karanjeet Singh commented on NUTCH-2191:
----------------------------------------
1. For SSL, if you try to use it with Selenium 2.44.0, it will work fine. I
suspect HtmlUnit is not compatible with new version of HttpClient.jar
2. You can do a headless browsing if you do following changes:
{code}
//private WebClient client = new WebClient(BrowserVersion.FIREFOX_38);
private WebClient client = new WebClient();
{code}
This will not open Firefox browser.
> Add protocol-htmlunit
> ---------------------
>
> Key: NUTCH-2191
> URL: https://issues.apache.org/jira/browse/NUTCH-2191
> Project: Nutch
> Issue Type: New Feature
> Components: protocol
> Affects Versions: 1.11
> Reporter: Markus Jelsma
> Assignee: Markus Jelsma
> Fix For: 1.12
>
> Attachments: NUTCH-2191.patch, NUTCH-2191.patch
>
>
> HtmlUnit is, opposed to other Javascript enabled headless browsers, a
> portable library and should therefore be better suited for very large scale
> crawls. This issue is an attempt to implement protocol-htmlunit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)