Skip to content

0.32.2

Compare
Choose a tag to compare
@whimboo whimboo released this 08 Feb 11:56
· 5 commits to release since this release
96e044c

0.32.2 (2023-02-08, 602aa16c20d4)

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:debuggerAddress capability set to true:

    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: false
    • fission.webContentIsolationStrategy: 0

Fixed

  • With the release of geckodriver 0.32.1 the marionette crate was inappropriately
    bumped to a semver incompatible version and caused cargo install geckodriver
    to fail for older releases.