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.
任何人都可以提供解决方案,我将如何处理 selenium web 驱动程序中的脚本,但是它给出了安全警报(受信任的证书)问题,因此无法记录它。请帮助我如何解决这个问题。
假设“继续网页”链接的 id 是“overridelink”(通常是这样)......
尝试这个:
driver.navigate().to("javascript:document.getElementById('overridelink').click()");