I want to use selenium with chromedriver on Mac,but I have some troubles on it. I download the chromedriver from ChromeDriver - WebDriver for Chrome But I don't want to put it to PATH.So I do this. Automatically Download Chromedriver for Selenium. Automatically detects and downloads the latest chromedriver for Selenium in Python. Works cross-platform on Linux, Mac, Windows! 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. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac. For running Chrome browser tests on your local machine you need to download ChromeDriver from the project website and make it available on your machine by setting the PATH to the ChromeDriver executable. Alternatively, if you have a Mac and have homebrew installed, you could just type brew cask install chromedriver into your terminal.
ChromeDriver
|
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. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS).
You can view the current implementation status of the WebDriver standard here.
All versions available in Downloads
Download Chromedriver For Mac 90
Latest beta release: ChromeDriver 95.0.4638.17
Latest stable release: ChromeDriver 94.0.4606.61
ChromeDriver Documentation
Getting started with ChromeDriver on Desktop (Windows, Mac, Linux)
ChromeOptions, the capabilities of ChromeDriver
Security Considerations, with recommendations on keeping ChromeDriver safe
Verbose logging and performance data logging
Troubleshooting
Install Chromedriver Mac
Getting Involved
Download Chromedriver For Mac Os
The chromedriver-users mailing list for questions, help with troubleshooting, and general discussion.