Chrome for Browser Testing
Execute Selenium test scripts against a specific version of Google Chrome browser.
3 min readAug 3, 2023
Selenium WebDriver v4.11 supports “Chrome for Browser Testing”, a new feature that Google added to make testing different browser versions easier, from v115 onwards.
Test Automation Engineers who use Selenium WebDriver regularly must have noticed the change in the ChromeDriver download page.
Goes to the “Chrome for Testing availability” page, and you see chromedrivers for several channels.
For normal use, you just click the ‘Stable’ link to navigate to the part below, copy the URL for your platform, and paste it into the browser address to get it.
Really, not much different from before.