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