Skip to content

Instantly share code, notes, and snippets.

View ea2809's full-sized avatar
🚐
Working from home or RV

Enrique García Galán ea2809

🚐
Working from home or RV
View GitHub Profile
@ea2809
ea2809 / update_chromedriver.sh
Created August 2, 2022 18:19
Update ChromeDriver based on the chrome version for Mac
#!/bin/bash
####
# Author: ea2809 (Enrique García Galán)
# Description: Download the Mac chromedriver and move it to the expected site
# The user should have permissions to change the actual chromedriver
####
function updateChrome() {
chromedriver="chromedriver"