Bug 287930

Summary: [WebDriver][BiDi] Implement the session.unsubscribe command
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bburg, hskupin, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 281940    

Lauro Moura
Reported 2025-02-18 19:37:51 PST
https://w3c.github.io/webdriver-bidi/#command-session-unsubscribe > The session.unsubscribe command disables events either globally or for a set of navigables. Allows unsubscribing either through subscription IDs (see bug287929) or through the event names. Non-comprehensive list of WPT tests: imported/w3c/webdriver/tests/bidi/session/unsubscribe/subscriptions.py::test_unsubscribe_with_subscription_id imported/w3c/webdriver/tests/bidi/session/unsubscribe/subscriptions.py::test_unsubscribe_with_multiple_subscription_ids imported/w3c/webdriver/tests/bidi/session/unsubscribe/subscriptions.py::test_unsubscribe_from_one_of_the_context imported/w3c/webdriver/tests/bidi/session/unsubscribe/subscriptions.py::test_unsubscribe_partially_from_one_event imported/w3c/webdriver/tests/bidi/session/unsubscribe/subscriptions.py::test_unsubscribe_partially_from_one_context imported/w3c/webdriver/tests/bidi/session/unsubscribe/subscriptions.py::test_unsubscribe_with_event_and_subscriptions
Attachments
Radar WebKit Bug Importer
Comment 1 2025-02-25 19:38:27 PST
Note You need to log in before you can comment on or make changes to this bug.