0
点赞
收藏
分享

微信扫一扫

火狐浏览器访问https网站,处理ssl的问题

西红柿上校 2022-08-01 阅读 51

profile=webdriver.FirefoxProfile()

profile.accept_untrusted_certs=True

driver=webdriver.Firefox(profile=profile)

driver.get(u"https://cacert.org/")

举报

相关推荐

0 条评论