[Webkit-unassigned] [Bug 281936] New: [WebDriver][BiDi] Implement the network module
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 22 17:01:23 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281936
Bug ID: 281936
Summary: [WebDriver][BiDi] Implement the network module
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebDriver
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lmoura at igalia.com
CC: bburg at apple.com
Spec: https://w3c.github.io/webdriver-bidi/#module-network
Test dashboard: https://wpt.fyi/results/webdriver/tests/bidi/network?label=experimental&label=master&aligned
Given the complexity of the methods, we'll likely implement them as separate patches.
Commands:
- network.addIntercept - https://w3c.github.io/webdriver-bidi/#command-network-addIntercept
- network.continueRequest - https://w3c.github.io/webdriver-bidi/#command-network-continueRequest
- network.continueResponse - https://w3c.github.io/webdriver-bidi/#command-network-continueResponse
- network.continueWithAuth - https://w3c.github.io/webdriver-bidi/#command-network-continueWithAuth
- network.failRequest - https://w3c.github.io/webdriver-bidi/#command-network-failRequest
- network.provideResponse - https://w3c.github.io/webdriver-bidi/#command-network-provideResponse
- network.removeIntercept - https://w3c.github.io/webdriver-bidi/#command-network-removeIntercept
- network.setCacheBehavior - https://w3c.github.io/webdriver-bidi/#command-network-setCacheBehavior
Events:
- network.authRequired - https://w3c.github.io/webdriver-bidi/#event-network-authRequired
- network.beforeRequestSent - https://w3c.github.io/webdriver-bidi/#event-network-beforeSendRequest
- network.fetchError - https://w3c.github.io/webdriver-bidi/#event-network-fetchError
- network.responseCompleted - https://w3c.github.io/webdriver-bidi/#event-network-responseCompleted
- network.responseStarted - https://w3c.github.io/webdriver-bidi/#event-network-responseStarted
The module also defines a number of data types[1] for the method/event parameters, like network.Request, network.Header.
[1] https://w3c.github.io/webdriver-bidi/#module-network-types
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241023/eafbaebe/attachment.htm>
More information about the webkit-unassigned
mailing list