测试代码如下:

File classPathRoot = new File(System.getProperty("user.dir"));  
System.setProperty("webdriver.gecko.driver", classPathRoot+"\\driver\\firefox\\geckodriver.exe");
WebDriver driver = new FirefoxDriver();
driver.get("https://www.baidu.com");
driver.manage().window().maximize();

当使用 close() 方法时,无反应,当使用 quit() 时出现如下错误:
[NPAPI 5648] ###!!! ABORT: Aborting on channel error.: file c:/builds/moz2_slave/m-rel-w32-00000000000000000000/build/src/ipc/glue/MessageChannel.cpp, line 2027
一月 12, 2017 11:36:09 上午 org.openqa.selenium.os.UnixProcess destroy
严重: Unable to kill process with PID 11340


↙↙↙阅读原文可查看相关链接,并与作者交流