1. cmd에 webdriver_manger 설치 pip install webdriver_manager 2. 크롬 옵션 지정 from selenium import webdriver from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import ChromeDriverManager from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import By from selenium.webdriver.chrome.options import Options chrome_options = webdriver.ChromeOptions..