1. 程式人生 > >python selenium webdriver啟動chrome瀏覽器的方法

python selenium webdriver啟動chrome瀏覽器的方法

python selenium 自動化測試 小強測試品牌 測試幫日記

不廢話,直接進入主題,本次演示如何啟動chrome,且指定默認的profile


下載chromedriver


地址:http://chromedriver.storage.googleapis.com/index.html?path=2.33/


特別註意:看notes.txt註意版本號一定要匹配啊,如果chromedriver版本和你的chrome版本不匹配那就可能啟動不了!!!!!


實戰代碼

可運行代碼請關註本微信公眾號,之後在公眾號裏回復“測試幫日記”獲取,不是在本文回復啊


from selenium import webdriver

技術分享


微信二維碼 QQ群二維碼

技術分享 技術分享


本文出自 “小強性能自動化測試品牌” 博客,請務必保留此出處http://xqtesting.blog.51cto.com/4626073/1976078

python selenium webdriver啟動chrome瀏覽器的方法