📜  ubuntu install geckodriver - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:43.863000             🧑  作者: Mango

代码示例2
wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz
tar -xvzf geckodriver*
chmod +x geckodriver
export PATH=$PATH:/path-to-extracted-file/.