profile=webdriver.FirefoxProfile()
profile.accept_untrusted_certs=True
driver=webdriver.Firefox(profile=profile)
driver.get(u"https://cacert.org/")
火狐浏览器访问https网站,处理ssl的问题
阅读 51
2022-08-01
profile=webdriver.FirefoxProfile()
profile.accept_untrusted_certs=True
driver=webdriver.Firefox(profile=profile)
driver.get(u"https://cacert.org/")
相关推荐
精彩评论(0)