错误提示:
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities
原因:
这是因为火狐浏览器版本与geckodriver驱动版本不匹配。
解决方法:
换一个版本的火狐浏览器或selenium
亲测火狐Firefox60.0.1和geckodriver-v0.24.0-win64版本可以相匹配。
2024-01-23 15:36:30
错误提示:
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities
原因:
这是因为火狐浏览器版本与geckodriver驱动版本不匹配。
解决方法:
换一个版本的火狐浏览器或selenium
亲测火狐Firefox60.0.1和geckodriver-v0.24.0-win64版本可以相匹配。