0 votes
in Selenium by
What is the difference between Selenium 2.0 and Selenium 3.0?

1 Answer

0 votes
by
Below are the difference between Selenium version 2.0 and Version 3.0 :

Selenium 2.0 is a tool that makes the development of automated tests for web applications easier. It represents the merger of the original Selenium project with the WebDriver project. Selenium RC got deprecated since the merge, however, was used for backward compatibility

Selenium 3.0 is the extended version of Selenium 2.0. It is inherently backward compatible and does not involve Selenium RC. The new version came along with several bug fixes and increased stability.
...