WebDriver/RemoteProtocol/News: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (add old updates)
(add May 19)
Line 1: Line 1:


Every few weeks we share some highlights in recent work on Remote Protocol.
Every few weeks we share some highlights in recent work on Remote Protocol.
== 2020-05-19 ==
* [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&resolution=FIXED&chfieldvalue=Fixed&classification=Client%20Software&classification=Developer%20Infrastructure&classification=Components&classification=Server%20Software&classification=Other&keywords_type=nowords&list_id=15122440&chfield=resolution&product=Remote%20Protocol&keywords=meta&chfieldfrom=2020-05-05&chfieldto=2020-05-19 ''Fixed bugs''] between May 6th and May 19th:
* Contributor Etienne Bruines implemented [https://bugzilla.mozilla.org/show_bug.cgi?id=1553849 ''offline mode for Network.emulateNetworkConditions''] to allow testing frameworks to verify the correct offline behavior for web applications. Thanks, Etienne!
* The [https://bugzilla.mozilla.org/show_bug.cgi?id=1593226 ''Runtime.executionContextCreated and Runtime.executionContextDestroyed''] events are now correctly emitted when subframes are created and destroyed. To not break users of Puppeteer while further work for frames needs to be landed, both events are temporarily put behind the `remote.frames.enabled` preference, and not sent out by default.
* The [https://bugzilla.mozilla.org/show_bug.cgi?id=1636816 ''Network.requestWillBeSent''] event has been updated to include request headers and document URL.
* The [https://bugzilla.mozilla.org/show_bug.cgi?id=1552324 ''Network.responseReceived''] event is available now. Some data about the response, such as security state, will be implemented later.
* loaderId of document request is now included in [https://bugzilla.mozilla.org/show_bug.cgi?id=1599260 ''Page.lifecycleEvent'']


== 2020-05-05 ==
== 2020-05-05 ==

Revision as of 13:09, 19 May 2020

Every few weeks we share some highlights in recent work on Remote Protocol.

2020-05-19

2020-05-05

2020-04-07

2020-02-25

2020-01-14

2019-12-17

2019-11-05 and 2019-12-03

Introduction: The Web Predictability team (#interop) is implementing a subset of CDP in Firefox; we’ve had a working prototype for some time, and our next milestone is to provide initial cross-browser support in Google's Puppeteer (a popular Node.js library for headless browser automation).