Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Version compatibility of Firefox and the latest Selenium IDE (2.9.1.1-signed)

I visited https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/

to install the latest Selenium IDE (v 2.9.1) in Firefox.

My Firefox version is 54 (64-bit) OS: Windows 10 Pro 64-bit (10.0, Build 14393)

But unfortunately "Add to Firefox" button was shown disabled on the site https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/

On that site NOTE was found as: Note: Selenium IDE will NOT work on Firefox version 55 onwards. Please stay on Firefox version 54 or older. enter image description here

What can I do to install Selenium IDE on FF 54?

like image 865
Ripon Al Wasim Avatar asked Sep 12 '17 06:09

Ripon Al Wasim


People also ask

Is Firefox is supported for 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.

Which Firefox version is best for selenium?

Selenium users must update to version 3.11 or later to use geckodriver. Other clients that follow the W3C WebDriver specification are also supported.

Which Mozilla Firefox version onwards Selenium IDE will not be supported?

The whole testing community might not forget the 2017 event when Mozilla confirmed Selenium IDE would be discontinued from Firefox 55 and onwards.

How do I use Selenium IDE in Firefox?

Selenium IDE Download and InstallLaunch Mozilla Firefox browser. Open URLhttps://addons.mozilla.org/en-us/firefox/addon/selenium-ide/It will redirect you to the official add-on page of Firefox. Click on "Add to Firefox" button.


1 Answers

Sad but true, It is no secret by now that Selenium IDE will be deprecated. In fact, it has already stopped working since Firefox 55. Here are some potential replacements that you may consider applying to your project:

  • Robot Framework

  • Katalon Studio

  • Protractor

  • TestProject

Good luck and Good bye Legend.

like image 106
Joey Rock Avatar answered Dec 19 '22 05:12

Joey Rock