Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.
set window as is one of the commands in Selenium IDE.
The purpose of set window size command in Selenium IDE, is to resize the browser window.
In this article, I am going to practically demonstrate set window size command in Selenium IDE for resizing the browser page as below:
Let’s get started.
New Selenium IDE – Using ‘set window size’ command for resizing the browser window
Follow the below steps for practicing set window size 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 ‘set window size’ to the Command box field and any browse size say 300X200 into the ‘Target’ field as shown below:
4) Click on ‘Run current test’ option as shown below:
5) Observe that the set window size command in the Selenium IDE will be executed, the browser will be resized as shown below:
Here concludes the practical demonstration of set window as 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.