Add wdspec tests for BiDi network events subscribed for a single context
Categories
(Remote Protocol :: WebDriver BiDi, task, P1)
Tracking
(firefox110 fixed)
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m5], [wptsync upstream])
Attachments
(1 file)
With the initial implementation of the 3 first network events (network.beforeRequestSent, network.responseStarted, network.responseCompleted), all wdspec tests are only checking subscriptions to all contexts.
Since this event is handled from the parent process it's important to check that when monitoring events for a given browsing context, you don't receive events from other contexts.
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D166374
Updated•2 years ago
|
Comment 2•2 years ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #0)
Since this event is handled from the parent process it's important to check that when monitoring events for a given browsing context, you don't receive events from other contexts.
Given that in our implementation we got it implemented in the parent process we cannot assume the same for Chrome or other browsers. At the same time other browsers also could have eg. navigation events implemented via the parent process. As such we might have to add such a test for all the events that we currently support. Happy to file a new bug and to discuss in next week's triage meeting if we agree.
| Assignee | ||
Comment 3•2 years ago
|
||
(In reply to Henrik Skupin (:whimboo) [⌚️UTC+1] from comment #2)
(In reply to Julian Descottes [:jdescottes] from comment #0)
Since this event is handled from the parent process it's important to check that when monitoring events for a given browsing context, you don't receive events from other contexts.
Given that in our implementation we got it implemented in the parent process we cannot assume the same for Chrome or other browsers. At the same time other browsers also could have eg. navigation events implemented via the parent process. As such we might have to add such a test for all the events that we currently support. Happy to file a new bug and to discuss in next week's triage meeting if we agree.
Right I just remembered Sasha filed a general bug 1802537
| Assignee | ||
Updated•2 years ago
|
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•