All IT Courses 50% Off
Selenium Tutorials

How to Download & Install Selenium IDE

Selenium IDE Download and Installation Process!

Before installing IDE, install Mozilla Firefox in your system and Internet Connection. 

To install Selenium IDE follow the below steps:

Step 1: Launch Firefox and Open https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/ to add selenium IDE and Click Add to Firefox.

How to Download & Install Selenium IDE

Step 2:

After the download completes Click Add.

All IT Courses 50% Off

How to Download & Install Selenium IDE

Step 3:

After the completion of the installation, click on, OK.

How to Download & Install Selenium IDE

Step 4:

Click on the Selenium IDE icon available on the upper right corner.

How to Download & Install Selenium IDE

Step 5:

Selenium IDE will open and look like this.

How to Download & Install Selenium IDE

Firefox DevTools

Firefox DevTools is a feature used to inspect the HTML elements available on the web
page, which provides the name of the element on which our Selenese command will
perform.
Step 1: For Inspecting Element either Right-Click on the web page (anywhere) or use Ctrl
+ Shift + I.

How to Download & Install Selenium IDE

Step 2: Interface will look like this.

How to Download & Install Selenium IDE

Step 3: Right-click on an element or choose either CSS or XPath to identify the object.

How to Download & Install Selenium IDE

Note: We recommend using the old version of Firefox to explore all the features.
Use the old version of Firefox 54 and install Selenium IDE using:
https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/versions/

Plugins
Selenium IDE supports additional plugins as well as plugins created by the user.
By default, Selenium IDE supports four plugins:
C# Formatters, Java Formatters, Python Formatters, Ruby Formatters.
These four plugins convert Selenese into different formats.

How to Download & Install Selenium IDE

The plugin tab shows the list of all available plugins with their version name and creator.
User Extensions

  • User extensions provide advanced capabilities to Selenium IDE. They are
    JavaScript files.
  • Install them by specifying their absolute path in any of these two fields (Selenium Core extensions (user-extensions.js) Or Selenium IDE extensions).

How to Download & Install Selenium IDE

 

Facebook Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Articles

Back to top button