나는 파이썬과 함께 셀레늄을 사용하고 있으며이 사이트에서 내 Windows 컴퓨터 용 chromedriver를 다운로드했습니다 : http://chromedriver.storage.googleapis.com/index.html?path=2.15/
zip 파일을 다운로드 한 후 zip 파일의 다운로드 폴더로 압축을 풉니 다. 그런 다음 실행 가능한 바이너리 (C : \ Users \ michael \ Downloads \ chromedriver_win32)의 경로를 환경 변수 "경로"에 넣습니다.
그러나 다음 코드를 실행할 때 :
from selenium import webdriver
driver = webdriver.Chrome()
... 다음과 같은 오류 메시지가 계속 나타납니다.
WebDriverException: Message: 'chromedriver' executable needs to be available in the path. Please look at http://docs.seleniumhq.org/download/#thirdPartyDrivers and read up at http://code.google.com/p/selenium/wiki/ChromeDriver
그러나-위에서 설명한 것처럼 실행 파일은 경로에 있습니다 ...! 여기서 무슨 일이 일어나고 있습니까?
choco install chromedriver
.
chromedriver.exe
Python 스크립트와 동일한 디렉토리에를 복사하십시오 .