Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.
set speed is one of the commands in Selenium IDE.
The purpose of the set speed command is to modify the default speed of Selenium IDE execution (i.e. 0 seconds) to the required milliseconds.
In this article, I am going to practically demonstrate set speed command in Selenium IDE to execute the Selenium operations at a delaying speed of 5000 milliseconds (i.e. 5 seconds).
Let’s get started.
New Selenium IDE – Using ‘set speed’ command
Follow the below steps for practicing set speed command in Selenium IDE along with me:
1) Let’s write the below code in Selenium IDE to set modify the default speed of Selenium IDE execution to 5000 milliseconds (i.e. 5 seconds) as shown below:
[su_table alternate=”no”]
Command | Target | Value |
---|---|---|
set speed | 5000 | |
open | http://omayo.blogspot.com/ | |
type | name=q | qafox.com |
[/su_table]
After incorporating the commands in the above table, our Selenium IDE should look like below:
2) Run the test and observe that the test will be passed and the execution speed will be delayed by 5 seconds before performing any operations in Selenium IDE as shown below:
Here concludes the practical demonstration of set speed command in Selenium IDE for modifying the default delay time.
In the next article, I will practically demonstrate another Selenium IDE command.
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.
Refer the article New Selenium IDE – Commands (Selenese), for the complete list of Selenium IDE commands and their practical demonstrations.