728x90
Exception has occurred: SessionNotCreatedException
Message: session not created: This version of ChromeDriver only supports Chrome version 91 Current browser version is 90.0.4430.93 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
File "C:\Users\User\crawling\crawling.py", line 10, in <module> driver = webdriver.Chrome()
파이썬 selenium을 이용해 크롤링할 때 발생하는 오류
: chrome driver 사용 시 현재 사용하는 chrome 버전이 크롤링 시 이용하려는 driver.exe파일 ver보다 낮아서 발생하는 에러 -> https://chromedriver.chromium.org/downloads에 들어가 현재 사용하는 chrome 버전보다 더 낮은 버전의 driver 파일 다운
chrome 버전은 chrome을 실행한 뒤 오른쪽 상단의 '더보기->도움말->chrome 정보'에서 확인 가능
728x90
'Python' 카테고리의 다른 글
[파이썬] sys.setrecursionlimit - 코딩테스트 TIP (0) | 2024.04.25 |
---|---|
파이썬(selenium, beautiful soup)을 이용한 구글 크롤링(title, url) (0) | 2021.05.09 |