1. 程式人生 > >selenium_web自動化測試瀏覽器驅動

selenium_web自動化測試瀏覽器驅動

geckodriver、chromedriver、IEDriverServer、MicrosoftWebDriver瀏覽器驅動

要啟動相應的瀏覽器必須要有它的驅動:

geckodriver(Firefox)
https://github.com/mozilla/geckodriver/releases
Firefox瀏覽器各版本:
http://ftp.mozilla.org/pub/firefox/releases/

MicrosoftWebDriver(edge)
http://go.microsoft.com/fwlink/?LinkId=619687
#請注意,下載後將這2個驅動(exe檔案)放在C:\Python27目錄

chromedriver
https://sites.google.com/a/chromium.org/chromedriver/home

IEDriverServer.exe(ie)
下載地址:http://selenium-release.storage.googleapis.com/index.html
說明:https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver

火狐和edge能下載使用過,需要對應瀏覽器的版本,我現在用的是最新的,一切正常;
chorme和ie下載不了沒使用過