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.
我曾尝试查看文档等,但在将 pyppeteer 库与 python3 一起使用时无法找到向下滚动到页面底部的方法。
如果有人能指出我正确的方向或解决方案,那就太好了。
我能够通过做这样的事情来解决这个问题。
await page.hover(".class name")
感谢大家