Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.
open is one of the commands in Selenium IDE.
The purpose of open command in Selenium IDE, is to open the given Application base URL in the browser.
In this article, I am going to practically demonstrate open command in Selenium IDE.
Let’s get started.
New Selenium IDE – open command
Follow the below steps for practicing open command in Selenium IDE along with me:
1) Launch the Selenium IDE as explained in this article: Launching Selenium IDE in Chrome browser
2) Now click on the first row in the Selenium IDE’s Test Script Editor Box as shown below:
3) While the first row is selected in step 2, type the Selenium IDE command ‘open’ to the Command box field and / into the ‘Target’ box field as shown below:
4) Click on ‘Run current test’ option as shown below:
5) In the displayed dialog, enter the URL say http://omayo.blogspot.com/ and click on ‘Start Playback’ as shown below:
6) Observe that the open command in the Selenium IDE will be executed and the given URL http://omayo.blogspot.com/ will be automatically opened in the Chrome browser by Selenium IDE using the open command as shown below:
Here concludes the practical demonstration of open command in Selenium IDE.
In the next article, I will start practically demonstrating the next Selenium IDE command type
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.