我正在 Internet Explorer 上远程运行测试,当使用 navigator().to() 时,selenium 会返回以下内容:“12:13:58.770 INFO - WebDriver 远程服务器:异常:驱动程序报告命令超时。可能有检查目标站点是否在 IE 的“受信任站点”中(通过“安全”选项卡中的“工具”->“Internet 选项”访问)如果它是受信任站点,则该请求可能需要一分钟多的时间才能完成。结束。”
我已经做到了所说的。但是当查看浏览器时,页面已加载,但此消息仍然继续存在。
我已经尝试过,正如西蒙告诉我的那样:“(16:32:54) simonstewart: ponto: http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_The_does_not_work_well_on_Vista._How_do_I_get_it_to_work_as_e ”但没有解决。难道是谷歌分析在后台获取数据或者类似的东西吗?
ps:我在firefox上测试过,效果很好。我尝试过 Windows 7 和 Windows XP、Internet Explorer 7 和 Internet Explorer 8。
i was running a test remotely on internet explorer, and when using navigate().to() selenium returns me this: "12:13:58.770 INFO - WebDriver remote server: Exception: The driver reported that the command timed out. There may be several reasons for this. Check that the destinationsite is in IE's 'Trusted Sites' (accessed from Tools->Internet Options in the 'Security' tab) If it is a trusted site, then the request may have taken more thana minute to finish."
i've done what's said. but when looking at the browsers the page is loaded, but still this message continues.
i've already tried as simon told me: "(16:32:54) simonstewart: ponto: http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_The_does_not_work_well_on_Vista._How_do_I_get_it_to_work_as_e " but did not solve. could it be google analytics that on the background is getting data or something like that?
ps: i ran the test on firefox and it works well. i've tried on Windows 7 and Windows XP, and Internet Explorer 7 and Internet Explorer 8.
发布评论
评论(1)
显然这是一个已确定的问题:
问题 282:命令超时问题
apparently this is an identified issue:
Issue 282: Command Timed Out Issue