[PYTHON] session not created: This version of ChromeDriver only supports Chrome version 76

$ pip install --upgrade pip
$ brew tap homebrew/cask
$ pip install selenium -U 
$ brew cask reinstall chromedriver

Solved with. It seems that chromedriver updates occur every time there is a major version upgrade of Chrome, so it seems good to automate it (when there is time)

reference: How to install and update ChromeDriver for Selenium environment Selenium operation that automatically updates Chrome Web Driver with Python

Recommended Posts

session not created: This version of ChromeDriver only supports Chrome version 76
About chrome driver version error "Message: session not created: This version of ChromeDriver only supports Chrome version 81"