Krishna
Krishna

Reputation: 149

Selenium IDE is not working with FF 56 anymore what other option I have

I was using selenium IDE to generate testing scripts and use it in my web driver code. Now I cannot use it, it was useful because it automates most of the stuff for me, now I have to use XPath to do it myself. Is there any alternative to selenium IDE?

Upvotes: 1

Views: 465

Answers (1)

Joey Rock
Joey Rock

Reputation: 358

Selenium IDE has stopped working since Firefox 55. There are some workarounds, the quickest and safest way is to install Firefox ESR (until June 26, 2018).

Anyway, Selenium IDE is a legacy project dating back to the days of Selenium RC. The last time it got updated was in 2015. It will not work in other browsers, and new web technology is reducing its helpfulness.

You can refer this article for Selenium IDE alternatives for both Firefox and Chrome: Top 3 Selenium IDE alternatives

Upvotes: 3

Related Questions