如何使用边缘Webdriver修复错误“ SessionNotCreatedException”

时间:2019-05-19 05:30:26

标签: python selenium

运行此命令时:

driver = selenium.webdriver.Edge(executable_path="msedgedriver.exe")

我收到错误selenium.common.exceptions.SessionNotCreatedException: Message: session not created: No matching capabilities found

当我寻找可能的解决方案时,我只在firefox浏览器上找到了信息,而不是Microsoft Edge。

不确定为什么会话无法启动。

0 个答案:

没有答案