有没有办法在pyppeteer中滚动到页面末尾

Is there a way to scroll to end of page in pyppeteer

我曾尝试查看文档等,但无法找到在 python3 中使用 pyppeteer 库时向下滚动到页面底部的方法。

如果有人能指出正确的方向或解决方案,那就太好了。

我可以通过这样做来解决这个问题。

等待page.hover(".class 名称")

谢谢大家