Why to use WebDriver instead of Selenium IDE

0 votes
Why can't we just record all of our test cases in Selenium IDE and export it to Java/WebDriver and run it in WebDriver using Eclipse?

I want to understand this clearly as I am very much confused about using WebDriver.

Please explain why IDE recorded scripts fail in WebDriver?
Jul 11, 2018 in Selenium by QueenBee
• 1,820 points
808 views

1 answer to this question.

0 votes
Selenium IDE is a Record and Playback tool, but it is not reliable. As web applications are frequently changed, the IDE is not a good solution for a production environment.

Suppose you record your test, and you find an element with a dynamic ID. Sure we can import it into eclipse, but what happens when that test starts failing? why not simply make your test agile and independent to catch these in the first place.

So IDE is designed to be a quick solution to automation, but it is not a solution to a full regression suite.
answered Jul 11, 2018 by Meci Matt
• 9,460 points

Related Questions In Selenium

0 votes
1 answer

Why we need to use RemoteWebdriver Not the webdriver in Selenium Grid?

Hi Ramya, we use RemoteWebdriver in Selenium ...READ MORE

answered Jul 5, 2019 in Selenium by Abha
• 28,140 points
3,709 views
0 votes
1 answer
0 votes
1 answer

How to use Actions class in Selenium Webdriver?

In seleniun webdriver it is not mandatory ...READ MORE

answered Apr 4, 2018 in Selenium by Damon Salvatore
• 5,980 points
3,900 views
0 votes
1 answer

Unable to use Selenium IDE & Firebug on Firefox

Unfortunately, Selenium IDE will not work anymore ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
1,073 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,713 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
0 votes
1 answer

Why we don't use Selenium IDE?

Selenium IDE is a Mozilla Firefox plugin, which ...READ MORE

answered May 3, 2018 in Selenium by Meci Matt
• 9,460 points
1,931 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