I want to perform a mouse click on a blank area outside a form in order to wake up the data traffic in some websites by Selenium IDE. Any ideas?
I've tried to do click by x,y but it doesn't effective for my test case. The scenario is below:
- fill in the email field
- click outside the form in order to make the client send a data request to the server to check if this email already exists in the DB and then it does auto-complete and enables the continue button.