Bug 281940
Summary: | [WebDriver][BiDi] Implement the session module | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bburg, hskupin, mathias, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 281722 | ||
Bug Blocks: | 281932 |
Lauro Moura
Spec: https://w3c.github.io/webdriver-bidi/#module-session
Dashboard:
> The session module contains commands and events for monitoring the status of the remote end.
Commands:
- session.status - https://w3c.github.io/webdriver-bidi/#command-session-status (Being added as part of bug280501 in https://github.com/WebKit/WebKit/pull/35409)
- session.new - https://w3c.github.io/webdriver-bidi/#command-session-new (Tracked in bug281721)
- session.end - https://w3c.github.io/webdriver-bidi/#command-session-end
- session.subscribe - https://w3c.github.io/webdriver-bidi/#command-session-subscribe (Required for any events)
- session.unsubscribe - https://w3c.github.io/webdriver-bidi/#command-session-unsubscribe
This module does not define any event as of Oct 22th 2024.
Types: https://w3c.github.io/webdriver-bidi/#module-session-types
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Lauro Moura
Missing dashboard link...
https://wpt.fyi/results/webdriver/tests/bidi/session?label=experimental&label=master&aligned
Radar WebKit Bug Importer
<rdar://problem/138879881>