Selenium IDE
Selenium IDE
● The toolbar contains buttons for controlling the execution of your test
cases, including a step features for debugging your test cases.
● The right-most button, the one with the red dot, is the record button.
Toolbar Elements
● Speed Control: controls how fast your test case runs.
● Run All: Runs the entire test suite when a test suite
with multiple test cases is loaded.
● Types
○ Assert: Aborted on failure
○ Verify: Continues on failure and logs the error
○ WaitFor: Succeed when a condition becomes true or immediately if already true. Fail and halt if the
condition does not become true within the timeout setting
Common Commands
● type - Sets value of an input field as if typed in