运行此命令时:
driver = selenium.webdriver.Edge(executable_path="msedgedriver.exe")
我收到错误selenium.common.exceptions.SessionNotCreatedException: Message: session not created: No matching capabilities found
当我寻找可能的解决方案时,我只在firefox浏览器上找到了信息,而不是Microsoft Edge。
不确定为什么会话无法启动。