热搜:NVER node 开发 php

在selenium中,如何让滚动条滚动到指定页面元素的高度 链接整理_html/css_WEB-ITnose

2024-11-14 13:25:01
在selenium中,如何让滚动条滚动到指定页面元素的高度 链接整理_html/css_WEB-ITnose

selenium技巧 - 通过js来控制滚动条,通过xpath定位最上层的div层        http://blog.csdn.net/iceryan/article/details/8162703

http://zhidao.baidu.com/link?url=qmTzvAslFPlbigAGD42igMs-8NYG-x257mluxa15rafy1PyifYiCiS0w5vl6A33AUsRxJ-iJHFupSw6lVOH5v_

如何使用Selenium来的webdriver移动水平滚动条或jQuery的垂直滑块:http://codego.net/471554/


js="var q=document.documentElement.scrollTop=500"
       
        driver.execute_script(js)