From: albu77 <alb...@gm...> - 2017-07-11 07:49:47
|
chart-controls div is not showing either. I think you are not get the page at the right time there should be an ajax call with dom append opearation on success of the ajax call. If I were you I will dig in this direction. perhaps have a look to this link <https://stackoverflow.com/questions/19551043/process-ajax-request-in-htmlunit> It's a long time since I've used htmlunit but looking in my sources I found that I used my own class: public class MyWebClient extends WebClient ...and also if(ajaxSynchrone){ webClient.setAjaxController(new NicelyResynchronizingAjaxController()); There is nothing more I can tell you it's too far away and don't have any way of building any solution now. Good luck... -- View this message in context: http://htmlunit.10904.n7.nabble.com/Failing-to-load-the-complete-html-content-of-a-page-with-ajax-tp42303p42309.html Sent from the HtmlUnit - General mailing list archive at Nabble.com. |