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