selenium2 浏览器驱动下载
在进行接下来的操作之前,你必须知道:Selenium 通过 WebDriver 支持市面上所有主流的浏览器,但是这建立在浏览器厂商提供额外的驱动支持。没有提供浏览器驱动支持的Selenium代码将不能运行。所以在使用Selenium之前请先配置好Selenium驱动。
不同浏览器的驱动下载如下:
浏览器 | 操作系统 | 维护者 | 下载链接 |
Chrome/Chromium | Windows/Linux/MacOS | 谷歌 | https://chromedriver.storage.googleapis.com/index.html |
Firefox | Windows/Linux/MacOS | Mozilla | https://github.com/mozilla/geckodriver/releases |
Edge | win10 | 微软 | https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ |
Internet Explorer | Windows | Selenium 项目组 | https://selenium-release.storage.googleapis.com/index.html |
Safari | macOS El Capitan 及更高版本 | 苹果 | 内置 |
Opera | Windows/macOS/Linux | Opera | https://github.com/operasoftware/operachromiumdriver/releases |
领取免费资料
扫描下方二维码或打开微信搜一搜“w3cschool编程狮”关注公众号回复关键词【Python123】或者【Python资料包】免费领取 Python 学习资料,包含软件安装包,电子书、思维导图等