selenium

2 posts tagged “selenium”.

  1. 2025
  2. 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 min read
  3. 2024
  4. Using async/await in JavaScript in Selenium

    Thanks Stuart Langridge for showing me how to do this:

    1 min read