Re: [Selenium-devel] Selenium commands are each fired multiple times

2005-12-06 Thread Darren Cotterill
Hey Ralf, I finally worked this out ! It's a caching issue. Jetty is not getting the XMLHttpRequest cos IE is using the response from the cache and getting the old command (until the next second ticks over :-) So.. to fix it add these lines to SeleneseJettyResourceHandler.handle() : re

Re: [Selenium-devel] Selenium commands are each fired multiple times

2005-12-06 Thread Darren Cotterill
Hi Ralf, I've been seeing this too. Only on IE - it seems to work fine on Firefox. If you add a pause between commands (in SeleneseRunner.html, change slowMode=true and the deley() method to 1000ms) then it all works OK and the command gets issued once. What I have noticed is that the XMLHttpReq