Saya menggunakan selenium dengan python dan telah mengunduh chromedriver untuk komputer windows saya dari situs ini: http://chromedriver.storage.googleapis.com/index.html?path=2.15/
Setelah mengunduh file zip, saya membongkar file zip ke folder unduhan saya. Lalu saya meletakkan path ke biner yang dapat dieksekusi (C: \ Users \ michael \ Downloads \ chromedriver_win32) ke dalam Variabel Lingkungan "Path".
Namun, ketika saya menjalankan kode berikut:
from selenium import webdriver
driver = webdriver.Chrome()
... Saya terus menerima pesan kesalahan berikut:
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
Tetapi - seperti yang dijelaskan di atas - yang dapat dieksekusi (!) Di jalan ... apa yang terjadi di sini?
choco install chromedriver
,.
chromedriver.exe
di direktori yang sama dengan skrip Python Anda.