
in your PATH).ĭo you use the command line? Use mv chromedriver /usr/local/bin to move it to a nice good directory. Now we need to move ChromeDriver somewhere that Python and Selenium will be able to find it (a.k.a. This is the magic software! STEP THREE: Moving ChromeDriver somewhere sensible Unzip chromedriver_mac64.zip and it will give you a file called chromedriver (no extension). That link should download 2.32, but if you want something more recent just go to the page and download the right thing.

It looks like a scam or like it was put together by a 12 year old, but I promise it’s good and cool and nice.

Installing ChromeDriver STEP ONE: Downloading ChromeDriverįirst, download ChromeDriver from its terribly ugly site. ChromeDriver, which allows software to control Chrome (like Selenium!).Selenium, which allows you to control browsers from Python.Want to use Selenium to scrape with Chrome OS X? Let’s do it!

Installing Selenium and ChromeDriver on OS X
