Example of “while” and “endWhile” Loop Commands In Selenium IDE With Use Of User Extension

How to use “while” and “endWhile” command in selenium IDE software testing tool “while” command is not supported by default in selenium IDE software automation testing tool. Selenium IDE also not supporting any conditional(if condition) commands by default. To get support of “while” loop as a Advanced Selenium IDE feature, You need to attach user … Read more

Use of “setSpeed” and “setTimeout” commands in selenium IDE

“setSpeed” and “setTimeout” are very basic useful commands in selenium IDE software testing tool. User can control selenium speed and timeout period when running the software test script. “setSpeed” Command “setSpeed” Command setup the delay between two command execution or we can say it is useful to managing the execution speed of  selenium IDE software. … Read more