maiocitizen.blogg.se

Brew install chromedriver
Brew install chromedriver





If you want to use Selenium WebDriver with Chrome, first download ChromeDriver - WebDriver for Chrome. I think that the easy way for running mac osx, chrome and selenium together is like this on mac os terminal: # download selenium jar curl -L0 -o selenium-server-standalone.jar # install chromedriver using cask brew cask install chromedriver # start chrome driver brew services start chromedriver # Successfully started `chromedriver` (label:) # start selenium server java -jar selenium-server-standalone.jar #14:38:20.684 INFO - Selenium build info: version: '3.9.1', revision: '63f7b50' #14:38:20.685 INFO - Launching a standalone Selenium Server on port 4444.







Brew install chromedriver