Bug 288340

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

Attachments
Radar WebKit Bug Importer
Comment 1 2025-03-02 19:18:11 PST
Lauro Moura
Comment 2 2025-11-05 18:53:52 PST
Initial support for this event was added in https://commits.webkit.org/299810@main (bug297281), but are getting these failures (found after a gardening round): - We should not emit `load` when a new context is created: https://github.com/w3c/webdriver-bidi/issues/766 imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_new_context_not_emitted[tab] imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_new_context_not_emitted[window] - Event is sent with empty `"context"` field imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_subscribe imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_timestamp imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_early_same_document_navigation imported/w3c/webdriver/tests/bidi/browsing_context/load/load.py::test_page_with_base_tag
Note You need to log in before you can comment on or make changes to this bug.