#在程序前加上这段代码
from selenium import webdriver
options = webdriver.ChromeOptions()
options.add_experimental_option("excludeSwitches",["ignore-certificate-errors"])
driver = webdriver.Chrome(chrome_options=options)

相关文章:

  • 2022-12-23
  • 2021-08-20
  • 2021-07-01
  • 2021-08-02
  • 2021-05-25
  • 2021-07-25
  • 2021-07-19
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-04-17
  • 2021-12-02
  • 2022-01-16
相关资源
相似解决方案