I'm writing a selenium test for a GWT app.  It uses the mouseover/
mousedown/mouseup approach to click pushbuttons.  It clicks the Login
button of my app, which calls up the div containing userid and
password entry, and that works just fine.  It then enters a userid and
password, then clicks the Submit button for the login form.

If I run it slowly, I can see the button click, but the request never
gets sent to the server (I'm watching the wire).

In fact, if, while the selenium IDE is still open, I manually click
the button, the request is not sent.  If I then close the selenium IDE
and click the button, the request goes through fine.

Anybody seen this one?  It seems really strange.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to