As part of exploring the other Selenium IDE features in-depth, I will explain the below different options in Selenium IDE:
- cut
- copy
- paste
- delete
- clear all commands
Let’s get started with a practical demonstration.
New Selenium IDE – Cut, Copy, Paste, Delete and Clear All Commands
Follow the below steps for exploring the Cut, Copy, Paste, Delete and Clear All Selenium IDE’s options:
1) Launch the Selenium IDE having any Test Recorded init as shown below:
2) Right-click on any step say Step 5 and select the ‘Copy’ option as shown below:
3) Now select any step say Step 3 in Selenium IDE, right-click and select ‘Paste’ option as shown below:
4) Observe that Step 5 copied above got pasted in Step 3 as shown below:
5) Right-click on Step 3 and select ‘Cut’ option as shown below:
6) Now select any step say Step 1 in Selenium IDE, right-click and select ‘Paste’ option as shown below:
7) Observe that Step 3 is removed and pasted in Step 1 as shown below:
8) Now select any step say Step 1 in Selenium IDE, right-click and select ‘Delete’ option as shown below:
9) Observe that the above-selected step got deleted as shown below:
10) Now select any step say Step 2 in Selenium IDE, right-click and select ‘Clear All Commands’ option as shown below:
11) A confirmation dialog ‘Clear all test commands’ will be displayed and click on ‘Clear All Commands’ button as shown below:
12) Observe that all the steps in the Selenium IDE got deleted as shown below:
Here concludes the practical demonstration of all the Cut, Copy, Paste, Delete and Clear All Commands Options in Selenium IDE.
In the next article, I will practically demonstrate another Selenium IDE feature to be explored (Refer other features to be explored here)
Next Steps:
- > 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.