NEW288340
[WebDriver][BiDi] Implement the browsingContext.load event
https://bugs.webkit.org/show_bug.cgi?id=288340
Summary [WebDriver][BiDi] Implement the browsingContext.load event
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.