摘要: window.scrollTo(0, document.documentElement.clientHeight);该 window 对象在DOM有一个 scrollTo 滚动到打开窗口 的任意位置的方法。 该 scrollHeight 是所有元素的共同属性。 该 document.body.scrollHeight 将给出整个页面体的高度。 driver.execute_script("win... 阅读全文
posted @ 2019-01-13 18:15 猴子上树 阅读(5803) 评论(0) 推荐(0) 编辑