Selenium Builder(Se Builder) is licensed under the Apache 2 License, Se Builder supports creating scripts in
both Selenium 1 and Selenium 2. It is alternative to S-IDE (Selenium IDE) and its architecture is based on HTML/JS/jQuery.
Selenium Builder is a Firefox add-on, used for record-playback and exporting the recorded scripts in your desired language(ex: Java-TestNG).
Selenium Builder is much more useful for the automation beginners to learn the basics and to have a hands on practice.
Below operations can be performed by Se Builder:
Record
Edit
Playback
Load, Save & export.
1. Adding Selenium Builder Extension
2. Record and Playback
3. Executing Steps
4. Breakpoints
5. Modifying the step
6. Verification
7. Save and Open Script
8. Export script
Selenium Builder - Modifying Steps
Modifying the search text:



Updating the page url.
.png)
.png)
Selenium Builder - Verification
Adding Verification steps.
Selenium Builder - Breakpoint
Adding Breakpoint to the steps.
.png)
.png)
Removing Breakpoint
.png)

Clear All Breakpoints




SeleniumBuilder - Executing Steps
Executing specific step
.png)

Executing from specific steps to the last step.
Executing from first step to specific step.
Selenium Builder - Record & Playback