from selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.common.by import Byfrom selenium.webdriver.chrome.service import Servicefrom selenium.webdriver.chrome.options import Optionsfrom webdriver_manager.chrome import ChromeDriverManager # Chrome driver 자동 업데이트from selenium.webdriver.support.ui import WebDriverWaitfrom selenium.webdriver.support impo..