Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.
webdriver choose cancel on visible confirmation is one of the commands in Selenium IDE.
The purpose of webdriver choose cancel on visible confirmation command in Selenium IDE, is to select the ‘Cancel’ button on the displayed confirmation dialog.
In this article, I am going to practically demonstrate webdriver choose cancel on visible confirmation command in Selenium IDE for selecting the ‘Cancel’ button on the confirmation dialog shown below:
Note: As shown in the above screenshot, the confirmation dialog has ‘OK’ and ‘Cancel’ buttons.
Let’s get started.
New Selenium IDE – Using ‘webdriver choose cancel on visible confirmation’ command for selecting ‘Cancel’ button on the displayed confirmation dialog
Follow the below steps for practicing webdriver choose cancel on visible confirmation command in Selenium IDE along with me:
1) Execute the open command in Selenium IDE as explained in the previous article: Selenium IDE – open command
2) Now click on the second row in the Selenium IDE’s Test Script Editor Box as shown below:
3) While the second row is selected in step 2, enter the Selenium IDE command ‘click’ to the Command box field, enter the id locating strategy id=confirm into the Target box field as shown below:
Note: The locating strategy id=confirm is for locating the ‘GetConfirmation’ button on the http://omayo.blogspot.com/ URL page (Shown at the beginning of the article).
We are doing this to click on the ‘GetConfirmation’ button to display the confirmation dialog.
4) Select the step 3 in the Selenium IDE Script Editor box, enter the Selenium IDE command ‘webdriver choose cancel on visible confirmation’ to the Command box field as shown below:
5) Click on ‘Run current test’ option as shown below:
6) Observe that the webdriver choose cancel on visible confirmation command in the Selenium IDE will be executed, and the result will be pass as shown below as Cancel button on the confirmation dialog will be clicked as expected.
We have selected the ‘Cancel’ button on the displayed confirmation dialog.
Here concludes the practical demonstration of webdriver choose cancel on visible confirmation command in Selenium IDE.
In the next article, I will practically demonstrate another Selenium IDE command.
Next Steps:
- > To learn more about Selenium, continue to the next post (Click on Next Post link below)
- > Check complete Selenium Tutorial Contents here (Click here)
Please leave your questions/comments/feedback below.
Happy Learning ?
On a mission to contribute to the Software Testing Community in all possible ways.
Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.