python3 搭建selenium chromedriver环境 chrome版本是124
1.安装chromedriver, 下载地址:https://getwebdriver.com/chromedriver#stable 可能需要FQ

2.chromedriver放到这个目录下

3.下载 selenium pip3 install selenium==3.14.0
4.写代码看看
from selenium import webdriver
browser = webdriver.Chrome()
browser.get("https://www.baidu.com")
5.搞定


浙公网安备 33010602011771号