![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fd0jpWJ%2Fbtq4p37BB0d%2FQecQXSkFCrWUleoDE2pFDK%2Fimg.png)
Python
파이썬 (selenium, beautiful soup) 구글 크롤링 시 발생하는 크롬 드라이버(driver) 오류
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 driver = webdriver.Chrome() 파이썬 selenium을 이용해 크롤링할 때 발생하는 오류 : chrome driver 사용 시 현재 사용하는 ..