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
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
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