Data Analysis
[크롤링 오류]This version of ChromeDriver only supports Chrome version
융무
2020. 6. 16. 20:12
Problem
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 84
selenium으로 크롤링을 하려고 했는데 다음과 같이 에러가 나타났을때 해결 방법이다.

Solution
1. 크롬을 열고 설정에서 도움말을 들어간 뒤에 Chrome 정보를 들어간다

2.자신의 크롬 버전을 확인한뒤에 업데이트를 하고 다시시작한다.

3.http://chromedriver.chromium.org/downloads
사이트에 들어가서 크롬드라이버를 자신의 크롬버전이랑 맞는 버전을 다운받는다
Downloads - ChromeDriver - WebDriver for Chrome
WebDriver for Chrome
chromedriver.chromium.org


4.자신의 컴퓨터에 맞는 크롬드라이버를 다운받은후에 위치를 코드에 넣어주고 시작하면 오류가 안날것이다
