mac 安裝selenium 教程

2021-08-13 19:01:42 字數 913 閱讀 5810

sudo apt-get install python3-setuptools
sudo apt-get install python3-pip
執行python3 -m pip install selenium使用uname -a檢視自己的系統是64位還是32位;

將解壓後的chromedriver移動到/usr/local/bin目錄下 

否則在執行指令碼時,會提示 

chromedriver executable needs to be in path錯誤 

編寫第乙個selenium指令碼程式:

執行結果如下: 

還有點小激動呢,嘻嘻!

安裝selenium教程

1 安裝python 注意 安裝時選擇安裝介面的 add python 3.x to path 進行勾選,避免再次配置環境變數 安裝完成後通過windows命令提示符cmd輸入 python 檢視是否安裝成功,如下圖所示 如上所示 證明安裝成功 2 安裝pip pip是乙個安裝和管理python包的...

mac安裝homebrew教程

mac安裝homebrew問題記錄 1 首先安裝xcode 終端輸入xcode select install 2 再次輸入ruby e curl insecure fssl 此過程會有多種報錯 1 error rpc failed curl 18 transfer closed with outst...

mac 安裝Homebrew教程

目前支援macos和linux系統。主要有四個部分組成 brew homebrew core homebrew cask homebrew bottles。名稱說明 brew homebrew 源 倉庫 homebrew core homebrew 核心源 homebrew cask 提供 maco...