Skip to content

0.32.1

Compare
Choose a tag to compare
@whimboo whimboo released this 02 Feb 14:24
· 6 commits to release since this release
752316f

0.32.1 (2023-02-02, b7f075124503)

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

  • When using the boolean capability moz:debuggerAddress with a value of true
    the site-isolation feature in Firefox will no longer accidentally be turned off.
    This behavior affected all users of WebDriver clients especially Selenium, which
    set this capability by default, and caused Firefox on desktop systems to be
    launched in an unsupported mode.

Changed

  • Update dependencies