Support network events using file URLs
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned)
References
(Blocks 3 open bugs)
Details
(Whiteboard: [webdriver:backlog])
Similar to DevTools NetMonitor (bug 1000540) but for our WebDriver BiDi implementation. When loading pages via file:///
URLs we should support all the available network events.
This might be blocked on bug 1000540 (NetMonitor), which might get fixed later this year.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•1 year ago
|
||
We should be no longer blocked. I'm going to reset the priority to discuss it again.
Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•10 months ago
|
||
Note that in the current implementation, file URLs requests are only visible for the initial navigation request. Subsequent resources loaded via file URLs are not listed.
Bug 1903496 has been filed on the DevTools side for this issue.
Comment 3•6 months ago
|
||
Cached file channels will also be filtered out in the CachedResourceListener, see https://bugzilla.mozilla.org/show_bug.cgi?id=1923162
Once we support file:// events, it will need to be updated as well.
Description
•