Mozilla GeckoDriver: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
==Installation==
==Installation==
===Mac===
===Mac===
{{Internal|Selenium_Installation#Geckodriver|GeckoDriver on Installation on Mac}}
<syntaxhighlight lang='bash'>
brew install geckodriver
</syntaxhighlight>
==Version==
<syntaxhighlight lang='bash'>
geckodriver --version
</syntaxhighlight>

Latest revision as of 04:35, 2 June 2021

External

Internal

Overview

Operations

Installation

Mac

brew install geckodriver

Version

geckodriver --version