Mozilla GeckoDriver: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Mac) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://sites.google.com/chromium.org/driver/ | * https://sites.google.com/chromium.org/driver/ | ||
=Internal= | =Internal= | ||
* [[Selenium_Concepts# | * [[Selenium_Concepts#Mozilla_GeckoDriver|Selenium Concepts]] | ||
=Overview= | =Overview= | ||
=Operations= | =Operations= | ||
==Installation== | ==Installation== | ||
===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