試しました-このエラーが発生しますOpenQA.Selenium.WebDriverException: No response from server for url
driver.Navigate().GoToUrl("javascript:document.getElementById('overridelink').click()");
編集終了
テストが必要なWebサイトには、自己署名証明書があります。では、Internet Explorer(Windows 7では8)は、以下のメッセージメッセージと、これをどのように処理する必要があるかを示しています。
The security certificate presented by this website was not issued by a trusted certificate authority. The security certificate presented by this website was issued for a different website's address.
クリックしてリンクを上書きする"Continue to this website (no recommended)"
と、ページがリダイレクトされ、次のようなウィンドウが表示されます。
Do you want to view only the webpage content that was delivered securely? - with YES | NO button
はい/いいえをクリックするかどうかにかかわらず、次のようなエラーメッセージが表示されます。
Unable to open the Internet site <site_name> Operation aborted
何か助けはありますか?