Selenium IDE
Selenium IDE is a Firefox add-on that records clicks, typing, and other actions to make a test, which you can play back in the browser.
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
- Google Chrome
- Firefox
Features
- Support for scripting
- Autocompletion
- Extensible by Plugins/Extensions
- IDE
- Debugging
- Customizable
- Web Testing
Selenium IDE News & Activities
Recent activities
- Element-34 added Selenium IDE as alternative to SeleniumBox
- sugandha added Selenium IDE as alternative to BrowserStack
Selenium IDE information
AlternativeTo Categories
Development, Web BrowsersGitHub repository
- 30,199 Stars
- 8,107 Forks
- 245 Open Issues
- Updated Sep 18, 2024
What is Selenium IDE?
Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.
Selenium IDE is not only a recording tool: it is a complete IDE. You can choose to use its recording capability, or you may edit your scripts by hand. With autocomplete support and the ability to move commands around quickly, Selenium IDE is the ideal environment for creating Selenium tests no matter what style of tests you prefer.
Features:
Easy record and playback Intelligent field selection will use IDs, names, or XPath as needed Autocomplete for all common Selenium commands Walk through tests Debug and set breakpoints Save tests as HTML, Ruby scripts, or any other format Support for Selenium user-extensions.js file Option to automatically assert the title of every page Easy customization through plugins