org.openqa.selenium.SessionNotCreatedException:无法启动新会话。响应代码 500。消息:会话未创建:Chrome 无法启动:正常退出。 (chrome 无法访问)
镀铬选项:
ChromeOptions chromeOptions = new ChromeOptions();
chromeOptions.addArguments("--disable-extensions");
chromeOptions.addArguments("--enable-application-cache");
chromeOptions.addArguments("--allow-running-insecure-content");
chromeOptions.addArguments("--no-sandbox");
chromeOptions.addArguments("--enable-automation");
chromeOptions.addArguments("--ignore-certificate-errors");
chromeOptions.addArguments("--remote-allow-origins=*");
chromeOptions.addArguments("--disable-dev-shm-usage");
chromeOptions.addArguments("--disable-gpu");
chromeOptions.addArguments("--remote-debugging-port=9222");
chromeOptions.addArguments("--disable-infobars");
Chrome 版本 113 注意到了这个问题,此后我能够找到解决方案。
我删除了以下注册表并解决了问题:HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\