option=webdriver.ChromeOptions()option.add_argument('headless') # 设置optiondriver = webdriver.Chrome(chrome_options=option) # 调用带参数的谷歌浏览器