emerson-b
Results
1
comments of
emerson-b
Selenium 4 changed the way capabilities are set for a browser: [see Upgrading to selenium 4](https://www.selenium.dev/documentation/webdriver/getting_started/upgrade_to_selenium_4/#capabilities) You probably need to switch from `DesiredCapabilities.chrome();` to the new `Map cloudOptions = new...