I am crawling data using HtmlUnit from a dynamic webpage, which uses infinite scrolling to fetch data dynamically, just like facebook\'s newsfeed. I used the following sente
I had similiar problem where the content were post-loaded during page scrolling. I solved it using:
webClient.getCurrentWindow().setInnerHeight(Integer.MAX_VALUE);