Install via Winget
winget install Mozilla.GeckoDriver
Open Windows Terminal or PowerShell and run the command above. Winget is built into Windows 10 (1809+) and Windows 11.
About geckodriver
geckodriver is a proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers.
Frequently Asked Questions
How do I install geckodriver using winget?
Open Windows Terminal or PowerShell and run:
winget install Mozilla.GeckoDriver. Winget is built into Windows 10 (1809+) and Windows 11.What is geckodriver?
WebDriver for Firefox
Is geckodriver free to download?
geckodriver is available under the MPL-2.0 license. Use the winget command or the direct download link on this page.
How do I update geckodriver with winget?
Run
winget upgrade Mozilla.GeckoDriver in Windows Terminal or PowerShell to update geckodriver to the latest available version.