嘗試在Python 中使用Selenium 時,您可能會遇到錯誤訊息:
WebDriverException: Message: 'Webdrivers' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home
此錯誤表示 ChromeDriver 可執行檔案的檔案權限不正確。
此錯誤的解決方法取決於您的操作system:
Windows:
driver = webdriver.Chrome(executable_path=r'C:\path\to\chromedriver.exe')
Linux 和macOS :
driver = webdriver.Chrome(executable_path='/path/to/chromedriver')
附加說明:
免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3