摘要: chrome版本较高,禁用GPU加速,否则一直报错 1 2 3 4 chrome_opt = webdriver.ChromeOptions() chrome_opt.add_argument('--disable-gpu') path = r"D:/tools/chromedriver/chrom 阅读全文
posted @ 2021-01-06 12:27 遥月 阅读(158) 评论(0) 推荐(0)