Python爬虫小记
2021-06-23 05:05
阅读:332
标签:class window rip detail exe 示例 无限 script col 1.selenium窗口无限向下滚动: 使用脚本‘window.scrollBy(0, 1000)‘,加while True循环,示例代码: 参考:https://blog.csdn.net/Sily_Z/article/details/80733267 Python爬虫小记 标签:class window rip detail exe 示例 无限 script col 原文地址:https://www.cnblogs.com/hifinancial/p/9674521.html
js = ‘window.scrollBy(0, 1000)‘
driver.execute_script(js)
下一篇:JAVA 反射用法
评论
亲,登录后才可以留言!