Mozilla GeckoDriver: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
=Operations=
=Operations=
==Installation==
==Installation==
{{Internal|Selenium_Installation#Geckodriver|GeckoDriver on Installation on Mac}}
===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