Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网页,它只在向下滚动页面时继续加载内容。
所以我想要一种使用 HtmlUnit 或 PanthomJS 务实地向下滚动页面的方法。
如果可以,请解释方法。
谢谢。
您可以将 InnerHeight 设置为较大的值。像这样:
webClient.getCurrentWindow().setInnerHeight(60000);
webcontrol 将加载所有元素,因为 webcontrol 足够高。