Selenium test on a GWT app - request not sent to server
问题 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 fields, 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