Skip to content

How to Install Chrome and the ChromeDriver#

Install Google Chrome#

Google Chrome is a free, open-source web browser developed by Google. Download the latest version here.

Install ChromeDriver#

With PyPI:

pip install chromedriver

With Homebrew:

brew install chromedriver

More info here.

Troubleshooting and Tips#

If you need to use different browser types, find more info here.

Tip

Always keep your browser and driver up to date. The ChromeDriver version should usually match the browser version, otherwise Browserist might throw an error.