[Python] pyautogui, selenium, chrome driver 설치


[Python] pyautogui, selenium, chrome driver 설치

pyautogui를 설치한다. pip install pyautogui selenium을 설치한다. pip install selenium 크롬 설정에서 크롬 버전을 확인한다. chrome://settings/help 크롬 버전에 맞는 드라이버를 다운로드한다. 윈도우는 win32를 다운로드했다. https://chromedriver.chromium.org/downloads ChromeDriver - WebDriver for Chrome - Downloads Current Releases If you are using Chrome version 103, please download ChromeDriver 103.0.5060.53 If you are using Chrome version 102, please download ChromeDriver 102.0.5005.61 If you are using Chrome version 101, please download ChromeDriver 1...


#python

원문링크 : [Python] pyautogui, selenium, chrome driver 설치