Skip to content

Recommended Add-Ons for Browserist#

Browserist supports automation of various browser drivers. Tips for installation of the most common drivers:

ChromeDriver for Google Chrome#

With PyPI:

pip install chromedriver

With Homebrew:

brew install chromedriver

More info here.

Microsoft Edge Driver#

More info and download here.

GeckoDriver for Mozilla Firefox#

With Homebrew:

brew install geckodriver

More info here.