Chrome浏览器驱动
https://googlechromelabs.github.io/chrome-for-testing/
Edge浏览器驱动
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Firefox(火狐)浏览器驱动
https://github.com/mozilla/geckodriver/releases/
Opera浏览器驱动
https://github.com/operasoftware/operachromiumdriver/releases
Safari浏览器驱动
此浏览器无需下载驱动,设置好可以直接使用
from selenium import webdriver
wb = webdriver.Safari()