Install Chromedriver On MacOS With MacPorts

chromedriver

v 136.0.7103.113 Updated: 8 months, 3 weeks ago

ChromeDriver - WebDriver for Chrome

WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more.

https://chromedriver.chromium.org/

To install chromedriver, paste this into the macOS Terminal after installing MacPorts

sudo port install chromedriver Copy More instructions Report an issue with this port
Instructions
  • If not done already, install MacPorts.
  • To install chromedriver, run the following command in macOS terminal (Applications->Utilities->Terminal) sudo port install chromedriver Copy
  • To see what files were installed by chromedriver, run: port contents chromedriver Copy
  • To later upgrade chromedriver, run: sudo port selfupdate && sudo port upgrade chromedriver Copy
Close
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests. Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets. Report an Issue on MacPorts Trac (GitHub login required) Close Details Add to my watchlist 2
Installations 7
Requested Installations 6

Tag » Where To Put Chromedriver Mac