Selenium IDE icon
Selenium IDE icon

Selenium IDE

 4 likes

Selenium IDE is a browser add-on that records clicks, typing, and other actions to make a test, which you can play back in the browser.

Selenium IDE screenshot 1

License model

  • FreeOpen Source

Application type

Country of Origin

  • International

Platforms

  • Google Chrome
  • Mozilla Firefox
4 / 5 Avg rating (1)
4likes
1comment
0news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight
  2.  Customizable

Features

  1.  Works Offline
  2.  Autocompletion
  3.  Extensible by Plugins/Extensions
  4.  Support for scripting
  5.  Test Automation
  6.  Web Testing
  7.  Debugging

 Tags

Selenium IDE News & Activities

Highlights All activities

Recent activities

Show all activities

Selenium IDE information

  • Developed by

    Selenium
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    60 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentWeb Browsers

GitHub repository

  •  2,987 Stars
  •  806 Forks
  •  443 Open Issues
  •   Updated Jul 1, 2025 
View on GitHub

Our users have written 1 comments and reviews about Selenium IDE, and it has gotten 4 likes

Selenium IDE was added to AlternativeTo by Danilo_Venom on Nov 21, 2017 and this page was last updated Feb 20, 2025. Selenium IDE is sometimes referred to as Selenium, SeIDE.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
Michel
Mar 7, 2025
0

Easy to handle, intuitive interface However development seems to be slowed and documentation could be better Ideal to start in e2e testing

What is Selenium IDE?

Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a browser 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