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

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] Java Driven mode broken in 0.6.0?

2005-12-06 Thread Darren Cotterill
Hi Dan, Have a look at my last post on this thread for a possible fix : [Selenium-devel] Selenium commands are each fired multiple times Cheers, Darren. >Darren Cotterill wrote:> I'm stating the obvious here really, but I've proved that this is a> timing issue.>> If I debug 'RealDealIntegratio