Skip to content

Commit

Permalink
Add WebDriver conformance section for 116 release notes (mdn#28298)
Browse files Browse the repository at this point in the history
* Add WebDriver conformance section for 116 release notes

* Apply suggestions from code review

Co-authored-by: Brian Thomas Smith <[email protected]>

* Update index.md

* Update files/en-us/mozilla/firefox/releases/116/index.md

---------

Co-authored-by: Brian Thomas Smith <[email protected]>
  • Loading branch information
nchevobbe and bsmth authored Aug 1, 2023
1 parent a89079a commit 905cfd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions files/en-us/mozilla/firefox/releases/116/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,18 @@ This article provides information about the changes in Firefox 116 that affect d

#### WebDriver BiDi

- Added support for the `session.end` command that allows users to terminate the automation session. This was previously only possible for sessions using both WebDriver Classic and WebDriver BiDi. It is now possible also for WebDriver BiDi-only sessions ([Firefox bug 1829337](https://bugzil.la/1829337)).
- Added support for [capability matching](/en-US/docs/Web/WebDriver/Capabilities) for the `session.new` command. It allows to define expectations about the target browser, such as browser name, platform name, etc. It can also be used to configure the session, for example, to specify if insecure certificates should be accepted ([Firefox bug 1731730](https://bugzil.la/1731730)).
- Shadow roots are now correctly serialized when they are the root of a returned value ([Firefox bug 1836514](https://bugzil.la/1836514)).
- The `network` event time origin information was renamed from `originTime` to `timeOrigin` ([Firefox bug 1836926](https://bugzil.la/1836926)).
- The `network` event `network.responseCompleted` is now correctly emitted for navigation requests involving a redirect ([Firefox bug 1838238](https://bugzil.la/1838238)).

#### Marionette

- Removed support for the `moz:useNonSpecCompliantPointerOrigin` capability. Users who still need this feature can still use the Firefox 115 ESR release as long as it is supported. Please file bugs under [Remote Protocol :: Marionette](https://bugzilla.mozilla.org/enter_bug.cgi?product=Remote%20Protocol&component=Marionette) if you're seeing any issue ([Firefox bug 1490258](https://bugzil.la/1490258)).
- A regression was fixed that prevented us from differentiating stale elements (DOM elements that have been seen before on the page) from unknown elements for a given browsing context ([Firefox bug 1822466](https://bugzil.la/1822466)).
- Creating a new session should now properly wait for the initial context to be loaded ([Firefox bug 1838381](https://bugzil.la/1838381)).

## Changes for add-on developers

- The URL of a page visited when an extension is uninstalled, provided in {{WebExtAPIRef("runtime.setUninstallURL")}}, can now be up to 1023 characters instead of 255 ([Firefox bug 1835723](https://bugzil.la/1835723)).
Expand Down

0 comments on commit 905cfd7

Please sign in to comment.