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

0 votes
The Selenium IDE project is based on Firefox (and its plugin architecture). My application runs only on Internet Explorer (6+). In fact, we actively check for non-IE browsers and do an immediate redirect.

I am trying to remove all of the HTML idiosyncrasies that necessitate the IE dependence.

I have got a robust and growing set of NUnit tests for the code. I want to add Selenium to do Web functional testing. Is there a good IDE for building and recording Selenium tests using IE as the browser?
Jul 26, 2018 in Selenium by Atul
• 10,240 points
1,779 views

1 answer to this question.

0 votes
Selenium does not have an IDE for Internet Explorer. I haven't seen any under development either. My primary focus is FireFox for the IDE.

Selenium can run tests in Internet Explorer (including IE6) using Selenium RC. You can record tests with the IDE in FireFox (or write tests in any programming language and then use SeleniumRC to launch IE and run the tests.
answered Jul 26, 2018 by Meci Matt
• 9,460 points

Related Questions In Selenium

0 votes
1 answer

Is there a way to pass on the options/ flags to Selenium if i'm scripting in Python?

This is the usage: from selenium import webdriver from ...READ MORE

answered Jun 8, 2018 in Selenium by king_kenny
• 3,710 points
4,625 views
0 votes
1 answer

I tried to open a new website when a new tab is opened using Selenium Webdriver

Try this code: ArrayList<String> tabs = new ...READ MORE

answered Mar 27, 2018 in Selenium by nsv999
• 5,500 points
3,987 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,718 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,612 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,685 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,554 views
0 votes
2 answers

How to know the exact time to load a page using Selenium WebDriver?

long start = System.currentTimeMillis(); driver.get("Some url"); long finish = ...READ MORE

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

How can I Install Selenium IDE in Firefox

Selenium IDE works with all Firefox versions, ...READ MORE

answered Apr 13, 2018 in Selenium by Meci Matt
• 9,460 points
3,524 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