Skip to content

Commit

Permalink
WebDriver conformance changes for Firefox 130 (#35648)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored Aug 30, 2024
1 parent 82877d5 commit 8f936e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions files/en-us/mozilla/firefox/releases/130/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,21 @@ This article provides information about the changes in Firefox 130 that affect d

#### General

- System add-ons are now completely disabled by default ([Firefox bug 1904310](https://bugzil.la/1904310)).
- Fixed an issue with the internal prompt listener to correctly select the appropriate user prompt on Android ([Firefox bug 1902264](https://bugzil.la/1902264)).

#### WebDriver BiDi

- Added support for the `browsingContext.navigationFailed` event, which is triggered when a navigation attempt fails to complete ([Firefox bug 1846601](https://bugzil.la/1846601)).
- The `network.setCacheBehavior` command now allows defining the network cache behavior both globally and for individual navigables simultaneously ([Firefox bug 1905307](https://bugzil.la/1905307)).
- The `network.responseCompleted` and `network.fetchError`events are now emitted when the actual request stops, eliminating a race condition where `browsingContext.domContentLoaded` and `browsingContext.load` events were emitted before the `network.responseCompleted` event ([Firefox bug 1882803](https://bugzil.la/1882803)).
- Data URLs (e.g., for background images or fetch requests) are now fully supported across all network events ([Firefox bug 1904343](https://bugzil.la/1904343)).
- Fixed an issue where the `network.authRequired` event was sent out multiple times with each call to the `network.continueWithAuth` command ([Firefox bug 1899711](https://bugzil.la/1899711)).

#### Marionette

- Fixed an issue in `WebDriver:ElementSendKeys` so that it only scrolls the element into view if it is not already visible ([Firefox bug 1906095](https://bugzil.la/1906095)).

## Changes for add-on developers

- The `options` parameter of {{WebExtAPIRef("webRequest.getSecurityInfo")}} is now optional ([Firefox bug 1909474](https://bugzil.la/1909474)).
Expand Down

0 comments on commit 8f936e1

Please sign in to comment.