我使用的是WebDriverVersion2.21.1.0和IEDriverServer版本2.25.2.0。这在IE浏览器中很好。现在,我需要知道Web驱动程序2.21.1.0的兼容性。它是否会支持IEDriverServer版本2.32.3.0,以及它将支持什么驱动程序版本。
我尝试过在许多链接中搜索这方面的内容,但无法找到上述Web驱动程序版本的正确兼容性。
提前谢谢。
发布于 2013-05-29 13:22:04
检查下面的链接。
http://selenium.googlecode.com/git/java/CHANGELOG
WebDriverv2.22.0
IE driver now uses the IEDriverServer. You may need to download
this. Set the "useLegacyInternalServer" to boolean true if you
need the old behaviour.https://stackoverflow.com/questions/16814060
复制相似问题