Install with winget
Open PowerShell or Command Prompt and run:
winget install Mozilla.GeckoDriver
Copied to clipboard!
1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation
About geckodriver
geckodriver is a proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers.
Advanced Install Options
Install (latest)
winget install Mozilla.GeckoDriverInstall (pinned version)
winget install --id Mozilla.GeckoDriver -e --version 0.36.0Upgrade
winget upgrade Mozilla.GeckoDriverUninstall
winget uninstall Mozilla.GeckoDriverFrequently Asked Questions
How do I install geckodriver using winget?
Open PowerShell or Windows Terminal and run:
winget install Mozilla.GeckoDriver. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.What is geckodriver?
WebDriver for Firefox
Is geckodriver free to use?
geckodriver is distributed under the MPL-2.0 license. Check the publisher’s site for full licensing details.
How do I update geckodriver with winget?
Run
winget upgrade Mozilla.GeckoDriver in PowerShell or Windows Terminal to upgrade to the latest available version.How do I uninstall geckodriver?
Run
winget uninstall Mozilla.GeckoDriver to remove geckodriver from your system.