Google Chrome Driver: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
=Operations= | =Operations= | ||
==Installation== | ==Installation== | ||
<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