Bug 288087
Summary: | [WebDriver][BiDi] Implement the network.addIntercept command | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bburg, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 281936 |
Lauro Moura
https://w3c.github.io/webdriver-bidi/#command-network-addIntercept
Currently defined intercept phases:
network.InterceptPhase = "beforeRequestSent" / "responseStarted" /
"authRequired"
These in turn are reported through the `script.beforeRequestSent`, `script.responseStarted`, and `script.authRequired` events.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/145751151>