which chromedriver version supports electron app?
问题 I try to run electron app using the following code: @Test public void testElectron() { System.setProperty("webdriver.chrome.driver", chromeDriverPath); ChromeOptions chromeOptions = new ChromeOptions(); chromeOptions.setBinary(this.electronPath); WebDriver driver = new ChromeDriver(chromeOptions); } But I get the following error: Starting ChromeDriver 87.0.4280.88 (89e2380a3e36c3464b5dd1302349b1382549290d-refs/branch-heads/4280@{#1761}) on port 37592 Only local connections are allowed. Please