Do we have an IE-based Selenium IDE for tests

0 votes
My IDE project is based on FF. But, my application is built such that, it only runs on Internet Explorer v6+. In fact, we actively check for non-IE browsers and do an immediate redirect. Our code base is close to 6 yrs old and we are trying to get rid of all html idiosyncrasies that requires dependence on IE.

We have our tests based on NUNIT tests and we want to add Selenium for functional testing where web is involved. So, is there a good IDE for recording our Selenium tests on IE browser?
Apr 18, 2018 in Selenium by kappa3010
• 2,090 points
428 views

1 answer to this question.

0 votes
Well Selenium has an IDE only for firefox and not for Internet Explorer specifically. For all i know, even this IDE will be scrapped soon because firefox does not support Selenium IDE anymore.

What you can do is, maybe record the tests in FF itself, and then later export the test cases to one of your prog lang. Then just modify the code to suit your test to be on Internet Explorer.

If your looking for a long term solution, then maybe consider Protractor or Katalon studio for record and playback. Also keep following this thread: https://www.edureka.co/community/960/unable-to-use-selenium-ide-%26-firebug-on-firefox?show=960#q960
answered Apr 18, 2018 by king_kenny
• 3,710 points

Related Questions In Selenium

0 votes
1 answer

Do we have Selenium IDE for Chrome (like Firefox does)?

Actually, very recently Chrome has come up ...READ MORE

answered Apr 5, 2018 in Selenium by nsv999
• 5,500 points
763 views
0 votes
1 answer

I wanted to know if there a good IE-based Selenium IDE?

Selenium does not have an IDE for ...READ MORE

answered Jul 26, 2018 in Selenium by Meci Matt
• 9,460 points
1,779 views
0 votes
3 answers

Can we run selenium tests (Firefox) on WebDriver without a GUI?

Hi ,  Yes, you can use headless browsers ...READ MORE

answered Sep 2, 2020 in Selenium by Sri
• 3,190 points
3,574 views
0 votes
2 answers

How can we take screenshots of tests in Selenium 2 using C#

Hey, try using following code command to ...READ MORE

answered Aug 23, 2019 in Selenium by Abha
• 28,140 points
997 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,714 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,608 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,681 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,551 views
0 votes
1 answer

Need to scroll down for locating an Element with Selenium

There are a couple of options for ...READ MORE

answered Apr 21, 2018 in Selenium by king_kenny
• 3,710 points
12,557 views
0 votes
1 answer

Can we use Selenium to work with an already open browser session?

Yup its possible. Instead of a new ...READ MORE

answered Apr 24, 2018 in Selenium by king_kenny
• 3,710 points
29,723 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP