- 33
- 0
- 约小于1千字
- 约 2页
- 2019-07-02 发布于未知
- 举报
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)