python selenium安装 chrome webdriver 作者:马育民 • 2025-01-19 10:15 • 阅读:10004 # 安装步骤 ### 查看浏览器版本 第一步: ![](https://www.malaoshi.top/upload/0/0/1GWQvZagAxM.png) 第二步: ![](https://www.malaoshi.top/upload/0/0/1GWQvZtYcwQ.png) 第三步: ![](https://www.malaoshi.top/upload/0/0/1GWQva6raLW.png) ### 下载 **注意:**下载的 webdriver 版本,要与 浏览器版本一致 https://www.selenium.dev/documentation/en/webdriver/driver_requirements/ https://registry.npmmirror.com/binary.html?path=chromedriver/ ### 安装 将 `chromedriver.exe` 到Python安装目录下,即:与 `python.exe` 同一个目录 原文出处:http://malaoshi.top/show_1GWQvXGgqcF.html