33
44All notable changes to this program are documented in this file.
55
6+ ## 0.32.1 (2023-02-02, ` b7f075124503 ` )
7+
8+ ### Fixed
9+
10+ - When using the boolean capability ` moz:debuggerAddress ` with a value of ` true `
11+ the site-isolation feature in Firefox will no longer accidentally be turned off.
12+ This behavior affected all users of WebDriver clients especially Selenium, which
13+ set this capability by default, and caused Firefox on desktop systems to be
14+ launched in an unsupported mode.
15+
616## 0.32.0 (2022-10-13, ` 4563dd583110 ` )
717
818### Added
919
20+ - Native aarch64 builds of geckodriver for Linux and Windows are now available.
21+
1022- Support ` wheel ` input source for [ Actions] , which is associated with a
1123 wheel-type input device. This endpoint is supported by geckodriver when
1224 using Firefox version ≥106.
@@ -30,12 +42,16 @@ All notable changes to this program are documented in this file.
3042 a location that both Firefox and geckodriver have read/write access
3143 to e.g.:
3244
45+ ``` bash
3346 % mkdir $HOME /tmp
3447 % geckodriver --profile-root=~ /tmp
48+ ```
3549
3650 or
3751
52+ ``` bash
3853 % TMPDIR=$HOME /tmp geckodriver
54+ ```
3955
4056 Alternatively, geckodriver may be used with a Firefox install that
4157 is not packaged inside a sandbox e.g. from [ mozilla.org] .
@@ -45,6 +61,13 @@ All notable changes to this program are documented in this file.
4561
4662 Implemented by [ Olivier Tilloy] .
4763
64+ - On MacOS the geckodriver binary is now technically both signed and notarized.
65+
66+ Note: The actual validation can only be performed if the machine that starts
67+ the geckodriver binary for the very first time is online. You can find more
68+ details on how to work around this issue in the [ macOS notarization] section
69+ of the documentation.
70+
4871- The backup of the original Firefox preferences are now correctly restored
4972 on Android when the WebDriver session ends.
5073
0 commit comments