python+selenium中webdriver相关资源
生活随笔
收集整理的这篇文章主要介绍了
python+selenium中webdriver相关资源
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
Chrome
chrome的webdriver : http://chromedriver.storage.googleapis.com/index.html
chrome的webdriver需要对应chrome版本下载, 不同版本之间可能会出现不兼容情况.
Firefox
Firefox的webdriver : https://github.com/mozilla/geckodriver/releases/
Firefox的webdriver下载最新的即可.
IE
IE的webdriver : http://selenium-release.storage.googleapis.com/index.html
IE的webdriver建议下载32位驱动,64位windows系统也可使用32位驱动. 不推荐64位驱动的原因在于, 已知bug中, 在对网页元素输入字符串时速度极慢,如用下列代码时, 第13行键入字符串时, fengh.ssc需要耗时10秒.
转载于:https://www.cnblogs.com/feng-hao/p/10823496.html
《新程序员》:云原生和全面数字化实践50位技术专家共同创作,文字、视频、音频交互阅读总结
以上是生活随笔为你收集整理的python+selenium中webdriver相关资源的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Mybatis入门学习---创建第一个M
- 下一篇: cassandra百亿级数据库迁移实践