option = webdriver.ChromeOptions()option.add_argument("headless")driver = webdriver.Chrome(chrome_options=option)