selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities,这个是提示的错误信息,翻译是说无法找到匹配的功能集,百度很多人说是 geck版本问题,可是提示也和geck没关系, 有没有大哥们知道怎么解决的,驱动Chrome没问题。
报错原因:selenium版本与firefox版本不兼容
Firefox 历史版本
下面版本对应关系供参考
Selenium | -> | FireFox |
---|---|---|
2.25.0 | -> | 18 |
2.30.0 | -> | 19 |
2.31.0 | -> | 20 |
2.41.0 | -> | 26 |
2.42.2 | -> | 29 |
2.44.0 | -> | 33 |
2.53.0 | -> | 40 |