crawl dynamic web page using htmlunit crawl dynamic web page using htmlunit ajax ajax

crawl dynamic web page using htmlunit


I was searching the same thing. I was only able to find that it is not scroll event (90% sure). There is link on JS wich is responsilbe for loading the page and could maybe help you.


I had similiar problem where the content were post-loaded during page scrolling. I solved it using:

webClient.getCurrentWindow().setInnerHeight(Integer.MAX_VALUE);