WebDriver/RemoteProtocol/WebDriver BiDi: Difference between revisions
(→WebDriver BiDi Milestone 2 (required): Updated goals) |
(Milestone 3 added) |
||
Line 2: | Line 2: | ||
== Project Status == | == Project Status == | ||
=== WebDriver BiDi Milestone | === WebDriver BiDi Milestone 3 (required) === | ||
'''Goal''': | '''Goal''': Basic support for the browsingContext.navigate command, and collaboration with the Selenium project to get log.entryAdded support added. | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"whiteboard": "[bidi- | "whiteboard": "[bidi-m3-mvp]", | ||
"priority":["P1","P2"], | "priority":["P1","P2"], | ||
"include_fields":"id, summary, status, assigned_to, priority, cf_fx_points" | "include_fields":"id, summary, status, assigned_to, priority, cf_fx_points" | ||
Line 13: | Line 13: | ||
</bugzilla> | </bugzilla> | ||
=== WebDriver BiDi Milestone | === WebDriver BiDi Milestone 3 (reserved) === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"whiteboard": "[bidi- | "whiteboard": "[bidi-m3-mvp]", | ||
"priority":["P3"], | "priority":["P3"], | ||
"include_fields":"id, summary, status, assigned_to, priority, cf_fx_points" | |||
} | |||
</bugzilla> | |||
=== WebDriver BiDi Milestone 2 (completed - 12/19/21) === | |||
'''Goal''': Extend the current WebDriver BiDi code base to fully support log.entryAdded events and allow clients to unsubscribe from this event. | |||
<bugzilla> | |||
{ | |||
"whiteboard": "[bidi-m2-mvp]", | |||
"priority":["P1","P2"], | |||
"include_fields":"id, summary, status, assigned_to, priority, cf_fx_points" | "include_fields":"id, summary, status, assigned_to, priority, cf_fx_points" | ||
} | } |
Revision as of 11:00, 22 December 2021
WebDriver BiDi is an extension of the WebDriver specification that offers a bidirectional communication between a webdriver compatible client and a remote end like Firefox. That means that beside sending commands to the browser and receiving responses, it will be also possible to register for certain events (e.g page load, network interception).
Project Status
WebDriver BiDi Milestone 3 (required)
Goal: Basic support for the browsingContext.navigate command, and collaboration with the Selenium project to get log.entryAdded support added.
63 Total; 0 Open (0%); 61 Resolved (96.83%); 2 Verified (3.17%);
WebDriver BiDi Milestone 3 (reserved)
17 Total; 0 Open (0%); 17 Resolved (100%); 0 Verified (0%);
WebDriver BiDi Milestone 2 (completed - 12/19/21)
Goal: Extend the current WebDriver BiDi code base to fully support log.entryAdded events and allow clients to unsubscribe from this event.
27 Total; 0 Open (0%); 27 Resolved (100%); 0 Verified (0%);
WebDriver BiDi Milestone 1 (completed - 09/10/21)
Goal: Adapt the existing Remote Agent code base, and make it ready for building support for WebDriver BiDi. Introduce support for basic logging events (plain string message).
This milestone has been completed on September 10th, 2021.
62 Total; 0 Open (0%); 59 Resolved (95.16%); 3 Verified (4.84%);