geckodriver is a WebDriver <-> Marionette proxy ->for using W3C WebDriver-compatible clients to interact with Gecko-based browsers<->! It provides HTTP API to communicate with Gecko browsers.-> Read documentation here: https://github.com/mozilla/geckodrivergeckodriver Package Installation on Mac
Steps:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run following command to install homebrew, if you not have it already.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Now, install geckodriver.
brew install geckodriver
0 comments:
Post a Comment