What new features come with Selenium 3

0 votes
I use Selenium v2.0 in my tests and v3.0 is already out (beta 4 at writing time).
So, what kind of new features are supported in Selenium v3.0? Should I upgrade my tests?
Apr 6, 2018 in Selenium by Martin
• 4,320 points
1,265 views

1 answer to this question.

0 votes
You can read the differences fullly here: https://raw.githubusercontent.com/SeleniumHQ/selenium/master/java/CHANGELOG
Firefox is no more the default driver from v3. To test with FF, you need to use geckodriver, which is based on the evolving W3C WebDriver spec, and uses the wire protocol in that spec, which is liable to change without notice.

Other major changes:
Stability fixes in Grid and all nodes in Grid can now offer help
Updated to the latest version of HtmlUnitDriver
Re-enabled log gathering for standalone server
Firefox profile is passed to both legacy FirefoxDriver and geckodriver
Selenium3.X is no longer capable of running Selenium RC directly, rather it does it through emulation and the WebDriverBackedSelenium interface

As far as your question is concerned, if you should upgrade your tests to the new version of Selenium?

Yes, if you wanna work with the latest Firefox v47.0.1 as well as with the new features of Selenium3, then you should upgrade your tests to new version of selenium. But I would suggest, wait until Selenium v3 if competely released before upgrading to newest version of selenium because beta version may have seen many bugs which could create problems with your test cases
answered Apr 6, 2018 by nsv999
• 5,500 points

Related Questions In Selenium

0 votes
1 answer

Which Firefox version is compatible with Selenium 3.6.0

You would need to use GeckoDriver if ...READ MORE

answered Apr 17, 2018 in Selenium by king_kenny
• 3,710 points
1,295 views
0 votes
1 answer

Is Selenium 3.6.0 & webdriver = new FirefoxDriver(capabilities) - deprecated?

Check this out: https://raw.githubusercontent.com/SeleniumHQ/selenium/master/rb/CHANGES 3.4.1 (2017-06-13) ================== Firefox: * Added ...READ MORE

answered May 17, 2018 in Selenium by Samarpit
• 5,910 points
1,844 views
0 votes
1 answer
0 votes
1 answer

Firefox Error: “Your connection is not secure” while launching driver with Selenium 3.0.1 using Java

Download Firefox 55 beta and set capabilities.setCapability("acceptInsecureCerts", true); Here ...READ MORE

answered Sep 17, 2018 in Selenium by Meci Matt
• 9,460 points
1,551 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,712 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,680 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
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