WebDriverException:訊息:「chromedriver」可執行檔需要位於 PATH 中

WebDriverException:訊息:「chromedriver」可執行檔需要位於 PATH 中

我正在嘗試學習 RobotFramework,這是第一個程式碼:

* 環境 * 庫 SeleniumLibrary

* 測試用例 *
FirstSeleniumTest 打開瀏覽器 https://google.com chrome 關閉瀏覽器

但我收到此失敗錯誤:

WebDriverException:訊息:「chromedriver」可執行檔需要位於 PATH 中。請參見https://sites.google.com/a/chromium.org/chromedriver/home

我已經嘗試了幾乎所有可以透過搜尋找到的內容,chromedriver 位於我的 /usr/local/bin/ 中,項目本身也在 /Users/arash/Documents/SeleniumDrivers 中

echo $PATH 是: /Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/bin:/usr/sbin:/bin:/ usr /local/bin:/sbin:/opt/x11/bin:/Users/arash/Documents/SeleniumDrivers

我也嘗試過添加brew、.bash、/etc/paths。

請幫我找出問題所在。

日食截圖

相關內容