How to handle the confirmation message window in selenium.
Tue Aug 11, 2009 12:44 pm
Hi,
One of the user facing some problem to handle confirmation dialog box in selenium. Actually what he/she did was, send the mail from gmail by giving the address and without the text. Here once click on Send button it will throw the confirmation message box.
The solution for this is to use the following command in IDE
assertConfirmation| Message appeared in dialog
Example:
assertConfirmation|Send this message without text in the body?
By this it will suppress the dialog box and click on "OK" button automatically. It is just bypass the dialog and you can click on send button easily after that.
Best Of luck
One of the user facing some problem to handle confirmation dialog box in selenium. Actually what he/she did was, send the mail from gmail by giving the address and without the text. Here once click on Send button it will throw the confirmation message box.
The solution for this is to use the following command in IDE
assertConfirmation| Message appeared in dialog
Example:
assertConfirmation|Send this message without text in the body?
By this it will suppress the dialog box and click on "OK" button automatically. It is just bypass the dialog and you can click on send button easily after that.
Best Of luck
- HadesPlutoActive particpant
- Posts : 11
Join date : 2009-09-23
Re: How to handle the confirmation message window in selenium.
Sat Sep 26, 2009 12:30 am
thats correct, thank you for your post
- Selenium IDE - Firefox refresh confirmation dialog
- how to display Yes No confirmation box in Selenium RC with C# language.
- In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
- Echo message when fail in Selenium IDE
- Unable to capture Javascript Confirmation using Selenium ide
Permissions in this forum:
You cannot reply to topics in this forum