Chrome瀏覽器驅(qū)動
https://googlechromelabs.github.io/chrome-for-testing/
Edge瀏覽器驅(qū)動
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Firefox(火狐)瀏覽器驅(qū)動
https://github.com/mozilla/geckodriver/releases/
Opera瀏覽器驅(qū)動
https://github.com/operasoftware/operachromiumdriver/releases
Safari瀏覽器驅(qū)動
此瀏覽器無需下載驅(qū)動,設(shè)置好可以直接使用
from selenium import webdriver
wb = webdriver.Safari()