【Python】报错:调用浏览器出现错误 “selenium.common.exceptions.SessionNotCreatedException”

目录

一、报错情况

二、报错解读

三、解决报错



一、报错情况

E:\Python\python.exe D:/PythonWorkSpace/PythonTest/Common/ChromeWebDriver.py
Traceback (most recent call last):
  File "D:/PythonWorkSpace/PythonTest/Common/ChromeWebDriver.py", line 9, in 
    driver = webdriver.Chrome()
  File "E:\Python\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 81, in __init__
    

你可能感兴趣的:(python,软件测试,selenium)