Upgrade 500 Selenium v3 tests to Selenium v4, Easy!
3 min readMar 21, 2021
--
Selenium WebDriver Beta1 was released last month. I usually waited for the second Beta version, and the ruby releases are shown below.
To upgrade the test execution environment to use Selenium v4 is easy, just run the following command.
> gem install selenium-webdriver --version 4.0.0.beta2