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百亿级数据库迁移实践