Selenium Webdriverの使用中にIE9で証明書エラーの問題に直面しました。私はそのようなコードを使用します:
driver.get(url);
driver.navigate().to("javascript:document.getElementById('overridelink').click()");
しかし、例外を取得します:
org.openqa.selenium.NoSuchWindowException: Unable to get browser (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 14 milliseconds
どうすればこれを修正できますか?