Once we’ve installed selenium, it’s time to install the chromedriver using homebrew. We can do this by running the following command on the terminal: pip install selenium You can learn more about homebrew and how to install it here. Homebrew is a package manager that installs packages in their own directory and then symlinks them in “usr/local”. Code documentation on selenium-python can be found here. I won’t go into too much detail about selenium in this post in order to keep it short. I doubt you need much of an introduction to python, selenium is a framework that facilitates browser automation.
In my first project, my chosen tools were python, selenium, and homebrew. I’ve been working on some web crawling projects recently.