学习selenium爬虫打开网页时出现“不安全”提示

我是刚接触自动化爬虫的小白,这两天在学习selenium爬虫时,遇到了问题,打开网页时,网页空白,提示“不安全”,跪求指导。

学习selenium爬虫打开网页时出现“不安全”提示_第1张图片

 

from selenium import webdriver
url = "https://image.baidu.com"
browser = webdriver.Chrome()
browser.get(url)

注:用的谷歌浏览器,版本和驱动正确。

你可能感兴趣的:(爬虫,学习,selenium)