【发布时间】:2017-12-29 19:35:54
【问题描述】:
想要滚动 web.whatsapp.com 中的聊天。已分享以下伪代码:
recentList = driver.find_elements_by_xpath("//div[@class='_2wP_Y']")
driver.execute_script("window.scrollTo(0, 500);")
期待解决方案,以便在 web.whatsapp.com 中浏览直到最后一次聊天。
提前致谢!
【问题讨论】:
标签: javascript python selenium