The github repo is a homebrew package - the easiest way to use it is most likely with homebrew.
Homebrew installation according to
brew.sh:
Bash:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Then install webdriver.sh:
Bash:
brew tap vulgo/repo && brew install webdriver.sh
After installing, command
webdriver
should be available. e.g.
webdriver help
Bash:
webdriver -u https://images.nvidia.com/mac/pkg/378/WebDriver-378.10.10.10.25.103.pkg
or to choose from a list
Docs:
webdriver.sh/README.md at master · vulgo/webdriver.sh · GitHub
Uninstall:
brew remove --force webdriver.sh
Thank you for clear answer.
I successfully installed homebrew, but on installation of webdriver.sh got error 'no file/directory' (EFI part. was connected). I suppose that webdriver.sh wasn't installed because of it. Command 'webdriver' not responding.
Could you please help me to solve that error?
Alexs-iMac:webdriver.sh-master alexp$ brew tap vulgo/repo && brew install webdriver.sh
==>
Tapping vulgo/repo
Cloning into '/usr/local/Homebrew/Library/Taps/vulgo/homebrew-repo'...
remote: Counting objects: 14, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 14 (delta 3), reused 7 (delta 1), pack-reused 0
Unpacking objects: 100% (14/14), done.
Tapped 3 formulae (44 files, 30.1KB)
==>
Installing webdriver.sh from vulgo/repo
==>
Downloading https://github.com/vulgo/webdriver.sh/archive/v1.2.20.tar.gz
==>
Downloading from https://codeload.github.com/vulgo/webdriver.sh/tar.gz/v1.2.
######################################################################## 100.0%
Error: No such file or directory @ rb_file_s_symlink - (../../Cellar/webdriver.sh/1.2.20/libexec/clover-patcher, /usr/local/etc/webdriver.sh/clover-patcher)
Alexs-iMac:webdriver.sh-master alexp$ webdriver help
-bash: webdriver: command not found
Alexs-iMac:webdriver.sh-master alexp$ webdriver.sh
-bash: webdriver.sh: command not found
Alexs-iMac:webdriver.sh-master alexp$ webdriver -u
https://images.nvidia.com/mac/pkg/378/WebDriver-378.10.10.10.25.103.pkg
-bash: webdriver: command not found