크롬 드라이버 다운로드과정이 예전이랑 다른거 같아 정리
https://chromedriver.chromium.org/downloads/version-selection
ChromeDriver - WebDriver for Chrome - Version Selection
Version selection is the process of matching a Chrome binary of a given version to a compatible ChromeDriver binary. For versions 115 and newer Starting with M115 the ChromeDriver release process is integrated with that of Chrome. The latest Chrome + Chrom
chromedriver.chromium.org
크롬 드라이버를 다운로드하려면 크롬 버전을 알아야하는데 내거는 버전이 118이였다.

지금은 114까지밖에 없어서 115이상 부터는 JSON endpoints를 통해 다운로드 해야한다.

version selection을 들어가면

이런 화면이 나오는데 파일명들이 뭐 good ,late, latest의 이런 느낌이라 두번째 파일에서 내 버전을 찾아서 다운로드 했다.
설명이나 파일명이 직관적이라 찾기 쉬움.
다른것들도 들어가봤는데 late~ 같은 경우 119버전부터 있었고, latest랑 good 파일은 비슷해서 good 버전에서 찾아서 다운로드 해서 사용했다.

내 크롬 버전은 118.0.5993.~ 윈도우64비트 라 json 파일을 열어서 118.0.5993으로 찾고 win64를 찾았다.
크롬 드라이버를 다운로드할거니까 /chromedriver 인지 확인해서 다운로드
118버전 윈도우 64 https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.70/win64/chromedriver-win64.zip
'Study' 카테고리의 다른 글
[묘공단]파이썬 스터디 5주차 (1) | 2023.12.22 |
---|---|
[묘공단]파이썬 스터디 4주차 (0) | 2023.12.15 |
[묘공단]파이썬 스터디 2주차 (1) | 2023.12.01 |
[묘공단]파이썬 스터디 1주차 (1) | 2023.11.24 |
[Python] 노마드코더 2주 챌린지 신청 (0) | 2023.11.09 |