| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| geckodriver-v0.33.0-win64.zip | 2023-04-03 | 1.7 MB | |
| geckodriver-v0.33.0-win32.zip | 2023-04-03 | 1.6 MB | |
| geckodriver-v0.33.0-win-aarch64.zip | 2023-04-03 | 1.5 MB | |
| geckodriver-v0.33.0-macos.tar.gz | 2023-04-03 | 2.1 MB | |
| geckodriver-v0.33.0-macos-aarch64.tar.gz | 2023-04-03 | 1.9 MB | |
| geckodriver-v0.33.0-linux64.tar.gz.asc | 2023-04-03 | 833 Bytes | |
| geckodriver-v0.33.0-linux64.tar.gz | 2023-04-03 | 3.1 MB | |
| geckodriver-v0.33.0-linux32.tar.gz.asc | 2023-04-03 | 833 Bytes | |
| geckodriver-v0.33.0-linux32.tar.gz | 2023-04-03 | 3.2 MB | |
| geckodriver-v0.33.0-linux-aarch64.tar.gz | 2023-04-03 | 3.1 MB | |
| 0.33.0.tar.gz | 2023-04-03 | 107.9 kB | |
| 0.33.0.zip | 2023-04-03 | 126.8 kB | |
| README.md | 2023-04-03 | 2.5 kB | |
| Totals: 13 Items | 18.5 MB | 8 | |
0.33.0 (2023-04-03, a80e5fd61076)
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.
- Potential hang with
moz:debuggerAddresscapability set totrue:
After enabling the site-isolation feature in Firefox with geckodriver 0.32.1 some WebDriver clients like Selenium that use the Chrome DevTools Protocol (CDP) by default for logging events could trigger a hang in Firefox's experimental CDP implementation. The fix for this problem will be shipped with Firefox 112. Until then the following Firefox preferences should be set:
fission.bfcacheInParent: falsefission.webContentIsolationStrategy: 0
Added
- Support for Get Computed Label and Get Computed Role
The command Get Computed Label returns the accessibility label (sometimes
also referred to as Accessible Name), which is a short string that labels the
function of the control (e.g. the string "Comment" or "Sign In" on a button).
The command Get Computed Role returns the reserved token value (in ARIA,
button, heading, etc.) that describes the type of control or content in the
element.
Note that the minimum required Firefox version is 113.0.
- Support for Find Element From Shadow Root and Find Elements From Shadow Root
The commands allow a lookup of individual elements or collections of elements
within an open or closed Shadow DOM. All location strategies except Tag name and
XPath selector are currently supported.
Note that the minimum required Firefox version is 113.0.
Changed
- The Mozilla specific capability
moz:useNonSpecCompliantPointerOriginhas been marked as deprecated. Its removal is planned for the Firefox 116.0 release.