Google Chrome Driver: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
=Operations=
=Operations=
==Installation==
==Installation==
{{Internal|Selenium_Installation#Chromedriver|chromedriver on Installation on Mac}}
<syntaxhighlight lang='bash'>
brew install --cask chromedriver
brew upgrade --cask chromedriver
</syntaxhighlight>

Revision as of 04:30, 2 June 2021

External

Internal

Overview

The executable is chromedriver.

Operations

Installation

brew install --cask chromedriver
brew upgrade --cask chromedriver