Command failed to close cleanly-计算机技术资料.docxVIP

  • 33
  • 0
  • 约小于1千字
  • 约 2页
  • 2019-07-02 发布于未知
  • 举报

Command failed to close cleanly-计算机技术资料.docx

org.openqa.selenium.os.UnixProcess$SeleniumWatchDog destroyHarder 信息: Command failed to close cleanly. Destroying forcefully (v2). org.openqa.selenium.os.UnixProcess$ SeleniumWatchDog@ece7f4 有三种解决方法: 1.Downgrade your FF version. 降低Firefox的版本 2. Delete plugin-container.exe from C:\Program Files\Mozilla Firefox\plugin-container.exe. ? ?删除plugin-container.exe文件 3. Use the code below 添加以下函数 public void closeBrowserSession() throws IOException { Runtime.getRuntime().exec(“taskkill /F /IM chrome.exe”); Runtime.getRuntime().exec(“taskkill /F /IM iexplorer.exe”); Runtime.getRuntime().exec(“taskkill /F

文档评论(0)

1亿VIP精品文档

相关文档