qingfro9님의 블로그 입니다.

[Python][Web]chromedrive Error 정리 본문

정보보안/웹

[Python][Web]chromedrive Error 정리

qingfro9 2019. 5. 3. 01:30

chromedrive 사용해서 selenium사용하는데, 이상한 에러가 남

python코드에서 실행시 나는 Error

[selenium.common.exceptions.WebDriverException:](selenium.common.exceptions.WebDriverException:) Message: unknown error: cannot find Chrome binary

chromedriver를 실행할 때 발생하는 Error

Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.

해결안되서 생각하다가, 내가 chrome설치 안되있어서 그런건가!! 해서 설치를 함.!

뭔가 해결된게 보임.

다음은 이런 에러가 발생함

[selenium.common.exceptions.SessionNotCreatedException](http://selenium.common.exceptions.sessionnotcreatedexception/): Message: session not created: This version of ChromeDriver only supports Chrome version 75

버전이 안맞다고? 75 맞는데..!! 그래서 크롬 버전을 보니까 74 버전이여서 driver를 74로 내리니까 됨.! ㅎㅎ 자기 전에 조금만 짜고 자야지 했는데.. ㅠㅠ

 

누군가에겐 도움이 되길!

'정보보안 > ' 카테고리의 다른 글

[메모]스탤스 스캔 정의  (0) 2018.07.29
Comments