-
Notifications
You must be signed in to change notification settings - Fork 0
Installing selenium ide
kvantomme edited this page Aug 5, 2013
·
9 revisions
Selenium IDE is a Firefox plugin that can record and playback interactions with a browser. We use it to make it super easy to record the steps for your walkthrough.
- Using Firefox, first, download the IDE from the SeleniumHQ downloads page.
- Firefox will protect you from installing add-ons from unfamiliar locations, so you will need to click ‘Allow’ to proceed with the installation.
- Select Install Now. The Firefox Add-ons window pops up, first showing a progress bar, and when the download is complete, asks you to restart Firefox.
- Restart Firefox.
- To run the Selenium-IDE, simply select it from the Firefox Tools menu. It opens with an empty script-editing window and a menu for loading, or creating new test cases.
- Selenium IDE only exists as a Firefox plugin, you can install Firefox from it's website
If you need a more thorough explanation, follow the steps here to install Selenium IDE for your browser.