Installing Selenium for Python on macOS with ChromeDriver
I needed to run Selenium on macOS for the first time today. Here's how I got it working. Install the chromedriver binary If you have homebrew This is by far the easiest option: brew install…
2 posts tagged “selenium”.
I needed to run Selenium on macOS for the first time today. Here's how I got it working. Install the chromedriver binary If you have homebrew This is by far the easiest option: brew install…
Thanks Stuart Langridge for showing me how to do this: