This script is for updating chromedriver to the latest version
Because of the bellow issue:
Selenium::WebDriver::Error::SessionNotCreatedError:
session not created: This version of ChromeDriver only supports Chrome version "driver version"
Current browser version is ""chrome version"" with binary path /Applications/Google Chrome.app/Contents/MacOS/Googl
e Chrome
- JQ
brew install jq
apt-get install jq
git clone https://github.com/KiotoJ/update-chromedriver.git
chmod u+x update-chromedriver/chromedriver-updator.sh
update-chromedriver/chromedriver-updator.sh
Feel free to create issues when you faced it.