Bug 271956
| Summary: | [WebDriver][BiDi] Implement the log module | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebDriver | Assignee: | Lauro Moura <lmoura> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bburg, cgarcia, hskupin, mathias, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=230615 | ||
| Bug Depends on: | |||
| Bug Blocks: | 281932, 282436, 282976, 282977, 282978, 282979, 282980, 282981 | ||
Lauro Moura
Spec: https://w3c.github.io/webdriver-bidi/#module-log
wpt.fiy dashboard: https://wpt.fyi/results/webdriver/tests/bidi/log/entry_added?label=master&label=experimental&aligned
Comprised of some log types (Generic, Console and JavaScript log entries), with basic info like level, timestamp, message, etc. Console entries also support generic JS objects as "args" parameter in the event.
These are passed to the WebDriver client through the BiDi event `log.entryAdded`.
Requires bug230615, which adds initial BiDi session support.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/126055782>
Lauro Moura
Pull request: https://github.com/WebKit/WebKit/pull/37001
EWS
Committed 288145@main (66c45d7c6472): <https://commits.webkit.org/288145@main>
Reviewed commits have been landed. Closing PR #37001 and removing active labels.