driver.execute_script("window.scrollTo(x,y)") # 滑动到具体位置
self.driver.execute_script("window.scrollTo(0,document.body.scrollHeight);") # 将页面滚动条滑到底部
2022-09-20 08:34:32
driver.execute_script("window.scrollTo(x,y)") # 滑动到具体位置
self.driver.execute_script("window.scrollTo(0,document.body.scrollHeight);") # 将页面滚动条滑到底部