Unable to connect to the electron / CEF app using selenium web driver
问题 I am trying to automate [electron-api-demos][1]app using this sample code. public static void main(String args[]) throws IOException, InterruptedException { int port = 9223;// Open App Runtime.getRuntime().exec( "C:\\Program Files\\Sample.exe" , null, new File("C:\\Program Files\\Sample" )); ChromeOptions options = new ChromeOptions(); String remoteDebuggingAddress = "localhost:" + port; options.setExperimentalOption("debuggerAddress", remoteDebuggingAddress); options.addArguments("remote