Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.
double click at is one of the commands in Selenium IDE.
The purpose of double click at command in Selenium IDE, is to double click on any UI element at the given x & y coordinate position of the UI element.
In this article, I am going to practically demonstrate double click at command in Selenium IDE for double-clicking the below-shown Button on the page at the given x & y coordinate position:
Let’s get started.
New Selenium IDE – ‘double click at’ command
Follow the below steps for practicing double click at 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 ‘double click at’ to the Command box field, enter the xpath locating strategy xpath=//button[text()=’ Double click Here ‘] into the Target box field and the x & y position coordinates say 10,20 as shown below:
Note: The locating strategy xpath=//button[text()=’ Double click Here ‘] is for locating the ‘Double click Here’ button on the http://omayo.blogspot.com/ URL page (Shown at the beginning of the article).
4) Click on ‘Run current test’ option as shown below:
5) Observe that the double click at command in the Selenium IDE will be executed, the ‘Double click Here’ button on the page will be double-clicked at the given x & y coordinate position and its options will be displayed as shown below:
Here concludes the practical demonstration of double click at 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.