python和selenium
Posted gzk08-20
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python和selenium相关的知识,希望对你有一定的参考价值。
错误提示:
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities
原因:
这是因为火狐浏览器版本与geckodriver驱动版本不匹配。
解决方法:
换一个版本的火狐浏览器或selenium
亲测火狐Firefox60.0.1和geckodriver-v0.24.0-win64版本可以相匹配。
以上是关于python和selenium的主要内容,如果未能解决你的问题,请参考以下文章
seleniumselenium find_element()详解