[selenium] selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 83 XX


[selenium] selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 83 XX

Python으로 selenium 사용할 때 발생 에러 해결 방법 selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 83 XX 위와 같은 버전 에러가 나는 이유는 selenium을 통해 실행한 webdriver 버전과 실제 내 크롬브라우저 버전이 다르기 때문 1. 현재 사용중인 크롬 버전 확인 브라우저 창에 아래 주소 입력하면 바로 크롬 버전 확인 가능 chrome://settings/help 2. 사용할 웹드라이버 버전 https://chromedriver.chromium.org/downloads Do..


원문링크 : [selenium] selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 83 XX