Ubuntu – Google Chrome: Could not start a new session. Response Code 500
iam trying to use the Selenium Webdriver on Ubuntu 20.04 with Google Chrome 116.0.5845.96 and the matching chromedriver. Some Java Code that is supposed to start the driver: import java.time.Duration; import java.util.ArrayList; import java.util.List; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement;…