RBRi
RBRi
@skyhirider thanks for reporting this, i can reproduce this but i have to think a bit about a possible fix
as a workaround you can use the file: protocol
Looks like there is something missing ;-) will have a deeper look
As a workaround can you please try something like String PROXY_HOST = ....; int PROXY_PORT = ..... WebDriver webDriver = new HtmlUnitDriver(BrowserVersion.FIREFOX, true) { @Override protected WebClient modifyWebClient(WebClient client) {...
Had a deeper look and there are several problems with this page. Long story short - HtmlUnit does not support the whole modern javascript syntay (because it is based on...
Thanks, as always
> Were those unit tests running faster with these revisions? have applied the fix to HtmlUnit itself but no real performance change - for me this is expected, the performance...
> Also, do you have a timeline for releasing HtmlUnit 4.4.0 with that hidden element fix? not really, usually i make a release every 4 weeks. At the moment i...
have done some analysis on this - the page uses the quill editor, therefore i added a small test for quill (org.htmlunit.libraries.QuillTest). But this test fails because of the missing...
Can you please post the whole stacktrace.