- nileshb9
- Posts : 1
Join date : 2013-10-29
how to handle javascript confirmation alert of next page in selenium ide
Tue Oct 29, 2013 8:34 pm
Hi All,
Need help to handle javascript confirmation alert of next page in selenium ide.
i am automating one site which has following scenario.
On page there is Submit button on clicking its redirect to 'next page' and on opening of that getting java script alert message with 'Ok' button. On clicking of Ok button next page details are gettingdisplayed.
my script is getting failed as its unable to find that javascript alert.
I tried with chooseOkOnNextConfirmation and assertConfirmation also assertAlert commands but nothing is working.
getting error as 'There were no alerts' and my script is failing.
I am able to handle javascript alert if its on same page with above commands but not on next page, please help if anybody has done this before.
Thanks in Advance, Nilesh
Need help to handle javascript confirmation alert of next page in selenium ide.
i am automating one site which has following scenario.
On page there is Submit button on clicking its redirect to 'next page' and on opening of that getting java script alert message with 'Ok' button. On clicking of Ok button next page details are gettingdisplayed.
my script is getting failed as its unable to find that javascript alert.
I tried with chooseOkOnNextConfirmation and assertConfirmation also assertAlert commands but nothing is working.
getting error as 'There were no alerts' and my script is failing.
I am able to handle javascript alert if its on same page with above commands but not on next page, please help if anybody has done this before.
Thanks in Advance, Nilesh
- ccoxMaster
- Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO
Re: how to handle javascript confirmation alert of next page in selenium ide
Tue Dec 03, 2013 3:10 am
Try to put in a pause before chooseOkOnNextConfirmation. It may be getting to the next page and calling that command before there is an alert displayed
Permissions in this forum:
You cannot reply to topics in this forum