我收到一个KeyError:' sessionId'使用IEWebDriver在Internet Explorer上运行我的机器人测试时出错。我确定我使用的是最新的IEWebDriver(3.6)。当我在Chrome中运行时,一切运行正常。我该如何解决?
这里有一些系统信息:
提前非常感谢你。
答案 0 :(得分:0)
I had the same issue, but fixed by upgrade to the latest Python selenium library:
pip install -U selenium