selenium模拟打开chorme报错
from selenium import webdriver
driver = webdriver.Chrome()
driver.get('https://www.baidu.com')
C:\Users\陈叙元\PycharmProjects\pythonProject2\venv\Scripts\python.exe C:/Users/陈叙元/PycharmProjects/pythonProject2/main.py
Traceback (most recent call last):
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
During handling of the above exception, another exception occurred:
Chromedriver配置环境变量
pycharm没有找到python文件,看下python解释器路径对不对?