Selenium driver version 오류

기타(임시) · 2023. 8. 30. 01:00

session not created: This version of ChromeDriver only supports Chrome version 114

어플리케이션을 실행하면 간헐적으로 이런 오류가 발생한다.

커뮤니티 이슈를 참조하면 로컬에 설치된 브라우져 버젼과 드라이버 버젼이 안 맞아서 그런다고 한다.

해결 방법은 보통 브라우져 버젼에 맞는 드라이버를 설치하라고 하는데,,,

설치할 수 있는 드라이버 버젼은 114까지 밖에 없다.

로컬 버젼은 116!!

또 찾아보면 selenium 4.11 이상 부터는 저런거 신경 안 쓰고 할 수 있다고 하는데

내 selenium 버젼은 4.11 이상이다.

또 다른 특이한 점은 어떤 .py 스크립트에서는 되고, 다른 .py에서는 안 된다.

이 부분을 좀 더 확인해봐야겠다.

오늘 어느 정도 마무리하고 리팩토링한 결과를 포스팅 하고 싶었는데,,,

현재 70% 정도 완료된 상태고, selenium을 사용하는 부분만 해결하면 될 것 같다.

https://stackoverflow.com/questions/76909437/session-not-created-this-version-of-chromedriver-only-supports-chrome-version-1

 

session not created: This version of ChromeDriver only supports Chrome version 114

I am running a Docker image from a Docker container in AWS Batch environment. It was all working nicely for a while now, but since today I am getting the following error. E selenium.common.except...

stackoverflow.com

 

https://stackoverflow.com/questions/76913935/selenium-common-exceptions-sessionnotcreatedexception-this-version-of-chromedri

반응형