Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
セレンWebドライバーでスクリプトを処理する方法を誰でも解決できますが、セキュリティアラート(信頼できる証明書)の問題が発生するため、記録できません。どうすればこの問題を解決できるか教えてください。
「Continue to Webpage」リンクの ID が「overridelink」であると仮定します (通常はこれです)。
これを試して:
driver.navigate().to("javascript:document.getElementById('overridelink').click()");