Create a helper to track navigations and retrieve the current navigation id for a context
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox117 fixed)
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m8] )
Attachments
(2 files, 1 obsolete file)
As a prerequisite to return navigation ids in various commands and events, we should create a helper/utility that will be able to track navigation for all contexts, and return the current navigation id for any context.
Tracking the navigations might be handled in the parent or content processes, however the service itself should be available in the parent process:
- need to access the unique context ids which are only available in the parent for now
- network events (which need a navigation id when relevant) are handled in the parent process
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Bug 1835704 will be relevant here, but we will most likely move forward with an implementation based on the current callbacks available in the WebProgressListener. So not blocking on it, just see also.
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D180440
Updated•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D180440
Comment 6•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/dbe6eebd6aff
https://hg.mozilla.org/mozilla-central/rev/8efc6ba50695
Description
•