-
Install Selenenium
pip install selenium -
Download the Driver
Using Chromedriver - https://chromedriver.chromium.org/downloads Updated with homebrew for Mac OS
brew install --cask chromedriver -
Test by opening and closing the browser in the script.
Install Selenenium
pip install selenium
Download the Driver
Using Chromedriver - https://chromedriver.chromium.org/downloads Updated with homebrew for Mac OS
brew install --cask chromedriver
Test by opening and closing the browser in the script.