WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
288340
[WebDriver][BiDi] Implement the browsingContext.load event
https://bugs.webkit.org/show_bug.cgi?id=288340
Summary
[WebDriver][BiDi] Implement the browsingContext.load event
Lauro Moura
Reported
2025-02-23 19:17:25 PST
https://w3c.github.io/webdriver-bidi/#event-browsingContext-load
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-03-02 19:18:11 PST
<
rdar://problem/145988576
>
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.
Top of Page
Format For Printing
XML
Clone This Bug