Google Chrome Driver: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
=Operations=
=Operations=
==Installation==
==Installation==
===Mac===
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
brew install --cask chromedriver
brew install --cask chromedriver
brew upgrade --cask chromedriver
brew upgrade --cask chromedriver
</syntaxhighlight>
</syntaxhighlight>

Revision as of 04:31, 2 June 2021

External

Internal

Overview

The executable is chromedriver.

Operations

Installation

Mac

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