-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HtmlUnit does not load entire page #114
Comments
We have several reports like this, will try to figure out what is going wrong here. |
Hi ene 02, 2020 11:25:35 PM com.gargoylesoftware.htmlunit.javascript.DefaultJavaScriptErrorListener scriptException |
Maybe the clue is on the line 338 of Promise.java |
Ok, i think i have fixed this (the js error). Please check twitter (https://twitter.com/HtmlUnit) for info about a new snapshot build. |
Hi! GRAVE: Error during JavaScript execution ene 04, 2020 8:40:09 PM com.gargoylesoftware.htmlunit.WebConsole info ene 04, 2020 8:40:09 PM com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJobManagerImpl runSingleJob ene 04, 2020 8:40:09 PM com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine init |
see #755 |
I have checked that HtmlUnit does not load part of this page:
When inspected with a browser, the section:
Has into a lot of contents. But when loaded by HtmlUnit... it is empty!
I have tried various webClient switches, including
But always with same result: The "ma-LayoutBasicMainContent" section is not loaded. This is the code I use:
In case of correct page loading, the page should contain the text "gestiona tus anuncios".
Note that the call to "waitForBackgroundJavaScript" returns inmediately, which for me it's strange... it normaly waits some seconds until the page is completely loaded.
I am using HtmlUnit 2.36.0.
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: