Skip to content

Commit

Permalink
Import of v0.32.1 (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Feb 2, 2023
1 parent 4f6a980 commit 752316f
Show file tree
Hide file tree
Showing 29 changed files with 726 additions and 619 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Expand Up @@ -3,10 +3,22 @@

All notable changes to this program are documented in this file.

## 0.32.1 (2023-02-02, `b7f075124503`)

### 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.

## 0.32.0 (2022-10-13, `4563dd583110`)

### Added

- Native aarch64 builds of geckodriver for Linux and Windows are now available.

- Support `wheel` input source for [Actions], which is associated with a
wheel-type input device. This endpoint is supported by geckodriver when
using Firefox version ≥106.
Expand All @@ -30,12 +42,16 @@ All notable changes to this program are documented in this file.
a location that both Firefox and geckodriver have read/write access
to e.g.:

```bash
% mkdir $HOME/tmp
% geckodriver --profile-root=~/tmp
```

or

```bash
% TMPDIR=$HOME/tmp geckodriver
```

Alternatively, geckodriver may be used with a Firefox install that
is not packaged inside a sandbox e.g. from [mozilla.org].
Expand All @@ -45,6 +61,13 @@ All notable changes to this program are documented in this file.

Implemented by [Olivier Tilloy].

- On MacOS the geckodriver binary is now technically both signed and notarized.

Note: The actual validation can only be performed if the machine that starts
the geckodriver binary for the very first time is online. You can find more
details on how to work around this issue in the [macOS notarization] section
of the documentation.

- The backup of the original Firefox preferences are now correctly restored
on Android when the WebDriver session ends.

Expand Down

0 comments on commit 752316f

Please sign in to comment.