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