Mozilla GeckoDriver: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
* [[Selenium_Concepts#Mozilla_GeckoDriver|Selenium Concepts]]
=Overview=
=External=
=External=
* https://sites.google.com/chromium.org/driver/
* https://sites.google.com/chromium.org/driver/
=Internal=
=Internal=
* [[Selenium_Concepts#Google_Chrome_Driver|Selenium Concepts]]
* [[Selenium_Concepts#Mozilla_GeckoDriver|Selenium Concepts]]
=Overview=
=Overview=
The executable is <code>chromedriver</code>.
=Operations=
=Operations=
==Installation==
==Installation==
{{Internal|Selenium_Installation#Chromedriver|chromedriver 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