Course Content
Selenium Python First Script
Selenium Python First Script
0/2
HTML Form elements
HTML Form elements
0/1
Handle HTML Frames
Handle HTML Frames
0/2
Handling Dropdown Lists
Handling Dropdown Lists
0/2
Selenium Action class
Selenium Action class
0/1
Selenium Python for Beginners [ 2024 ]
About Lesson

Selenium IDE Capabilities

Selenium IDE tool has many capabilities that allow beginners to use it for web application testing. 

Multiple browser support

Selenium IDE is an add-on for Firefox, Chrome, and Edge browsers that can record and playback tools like other commercial tools, such as Silk Test, Test Partner, QTP, etc.

Record-and-Playback

Selenium IDE supports recording web actions like clicking, typing, selecting drop-down lists, etc, for making web testcases.

The tester can later playback the testcases using Selenium IDE in the web browser. You can also export the suites and testcases to Selenium RC.

No Scripting Knowlege

Testers without programming and scripting knowledge can use this tool. 

Join the conversation