简体   繁体   English

webdriver 挂起一些 url on.get (IE)

[英]webdriver hangs for some url on .get (IE)

I have Selenium 3.14.4 IEDriver 3.15我有 Selenium 3.14.4 IEDriver 3.15

For some url when I call driver.get(), webdriver just sits there even though the page is done loading.对于某些 url,当我调用 driver.get() 时,即使页面加载完成,webdriver 也只是坐在那里。 In the end we get the error "Command line server for IE driver has stopped working"最后我们得到错误“IE 驱动程序的命令行服务器已停止工作”

I've tried both 32bit and 64bit of the IEdriver - same issue我已经尝试过 32 位和 64 位的 IEdriver - 同样的问题

When I downgrade the IE driver back to 2.53.1 it works fine with no error.当我将 IE 驱动程序降级回 2.53.1 时,它可以正常工作,没有错误。

Any one know if this is a known defect for IEdriver 3.X?任何人都知道这是否是 IEdriver 3.X 的已知缺陷?

I haven't found this as a known defect for IEDriver 3.X.我还没有发现这是 IEDriver 3.X 的已知缺陷。 But you could try the latest stable version of Selenium Server which is 3.141.59 and the recommended Internet Explorer Driver Server version 3.150.1 in this page .但是您可以尝试最新的稳定版 Selenium 服务器,即3.141.59本页推荐的 Internet Explorer Driver Server 版本3.150.1 Besides, please try to check if you have meet the required configuration for IEDriver in this page .另外,请尝试在此页面检查您是否满足 IEDriver 所需的配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM