Return to the Product Announcements and Release Notes Blog
Hello Sauce user!
Sauce Labs is happy to announce that we now support Chrome 79 , as we continue to provide our users with the best coverage for testing applications.
Here is an example of the desired capabilities in Java using Selenium and W3C:
Chrome 79
MutableCapabilities sauceOptions = new MutableCapabilities(); ChromeOptions browserOptions = new ChromeOptions(); browserOptions.setExperimentalOption("w3c", true); browserOptions.setCapability("platformName", "Windows 10"); // Best to use "latest" browserOptions.setCapability("browserVersion", "latest"); // or define version 79 //browserOptions.setCapability("browserVersion", "79.0"); browserOptions.setCapability("sauce:options", sauceOptions);
Happy Testing!
Our Platform Configurator has also been updated to reflect this newest version.
Overview
Content Tools
Activity
Tasks