我使用selenium Grid,我使用selenium属性trustallSSLCertificates来处理SSL证书错误。
它在Firefox中运行完美
但在IE中它显示证书未找到,请帮助
发布于 2011-07-28 19:30:01
您需要做的不仅仅是为IE指定该参数。有关在IE中使用自签名证书的详细信息,请参阅以下文章:
http://nirvdrum.com/2010/04/13/how-to-accept-self-signed-ssl-certificates-in-selenium.html
https://stackoverflow.com/questions/6826222
复制相似问题