WebDriver/RemoteProtocol/News: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(add May 19)
Line 4: Line 4:
== 2020-05-19 ==
== 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:
* [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!
* 🌟 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=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=1636816 ''Network.requestWillBeSent''] event has been updated to include request headers and document URL.

Revision as of 13:10, 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).