RemoteWebDriver InternetExplorer navigate().to() timeout?

Posted by the qwerty on Stack Overflow See other posts from Stack Overflow or by the qwerty
Published on 2010-04-26T16:32:08Z Indexed on 2010/04/26 17:43 UTC
Read the original article Hit count: 176

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.

© Stack Overflow or respective owner

Related posts about selenium

Related posts about webdriver