报错如下:
driver = Chrome(executable_path='D:/python/Lib/site-packages/selenium/webdriver/chrome/chromedriver.exe',options=options)
File "D:\python\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 81, in init
desired_capabilities=desired_capabilities)
File "D:\python\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "D:\python\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "D:\python\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "D:\python\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: No matching capabilities found

有谁知道如何解决“selenium.common.exceptions.SessionNotCreatedException: Message: session not created:”
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-