Introduction to Selenium IDE
The Selenium IDE is an add-on to Firefox.
Basically it allows us to:
- Record user actions when browsing in Firefox
- Replay recorded scripts
- Convert recorded scripts into programming languages such as Java,Ruby, and more
- Add verification and synchronisation steps to the script during the recording process
Subscribe to our youtube channel to get new updates..!
The IDE provides excellent support for writing automated test scripts in Selenium and gets better with every release.