Ochsner, Andrew wrote:

A lot of people (me included) have noticed that IE will go into an infinite loop especially after a |type| command. After digging through this for hours, I found the problem, and the solution.

The issue (for me) is around IE caching requests. I do an |open| command followed by a |type| command. Since they both result in the same XmlHttp GET request (“driver?commandResult=OK”), IE will just use the cached response (which is the |type| command).

I solved this by going to Tools->Internet Options->Temporary Internet Files…Settings and used the “Every visit to the page” option.

Nice one - thanks Andrew.

--
cheers, MikeW                            http://www.dogbiscuit.org/mdub/

_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to