Open
Bug 1821460
Opened 3 years ago
Updated 1 month ago
Handle actions "Input state" on the top-level browsing context (navigable) and per WebDriver session
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 5 open bugs, )
Details
(Whiteboard: [webdriver:m18])
Bug 1792090 will implement the basics for perform actions with the limitation that the input states are stored on the actual browsing context and not the top-level browsing context as it should be per WebDriver classic spec.
We should be able to use the WebDriverProcessData
actor to store the state equally to the nodeCache
but per top-level browsing context.
The question still is if it would be fine for the child actor or if we have to store the data in the parent actor.
Description
•