ZIP
WinGet
geckodriver
Mozilla · 0.35.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
geckodriver-v0.35.0-win32.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Mozilla.GeckoDriver
Version
0.35.0
Description
WebDriver for Firefox
License
MPL-2.0
↗
Installer URL
https://github.com/mozilla/geckodriver/releases/download/v0.35.0/geckodriver-v0.35.0-win32.zip
Release Notes
Known problems
- Startup hang with Firefox running in a container (e.g. snap, flatpak):
When Firefox is packaged inside a container (like the default Firefox browser shipped with Ubuntu 22.04), it may see a different filesystem to the host. This can affect access to the generated profile directory, which may result in a hang when starting Firefox. Workarounds are listed in the geckodriver usage documentation.
Added
- Support for Permissions that allow controlling permission prompts within the…