Is there any way to make selenium pause/hold util next JavaScript event. For Example :
If i design same login page as Gmail with user name ,password and a button. with selenium test case, it will fill username ,password and submit.
but what i want is, if i put user name in mytextbox so on focuslost event i want to fill the same textbox on gmail page,same with password, and if i click on login button on my page then it should also perform click event on main gmail page.
Is it possible..? running selenium on specific events?
Plz share any which will be helpful
Thanks in advance..