0. 예비 작업 1) Selenium 패키지 설치 pip install selenium from selenium import webdriver from selenium.webdriver.common.by import By 2) Chromdriver 설치 아래 경로로 이동해서 본인의 크롬 버전에 맞는 드라이버 chromedriver.exe를 설치해준다. ChromeDriver - WebDriver for Chrome - Downloads Current Releases If you are using Chrome version 115 or newer, please consult the Chrome for Testing availability dashboard. This page provides convenie..