selenium 3 difference

Selenium-3 differences

Understand the below things to know
how Selenium-3 is different from Selenium 2:

Minimum Java version required is above 1.8
GeckoDriver is required for the latest versions of Firefox Browser
Selenium 3 open the browsers by default
in maximized mode. Hence no need to
write driver.manage().window().maximize() command
Selenium 3 is more powerful and robust than Selenium 2
Stability fixes were done on Selenium 
Grid of Selenium 3 to make it stable
Re-enabled log gathering for the 
Selenium Standalone Server
In Selenium 3, mobile automation 
support got removed i.e. AndroidDriver
and iPhoneDriver are removed from Selenium WebDriver library
We have to use other tools like 
Appium for Mobile Automation
Appium tool extends the WebDriver 
framework to create mobile tests)
Bug fixes were made for Selenium
WebDriver too in Selenium 3

Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source