Open
Bug 1957647
Opened 23 days ago
Updated 17 days ago
Add a new API to SessionData to update existing items
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: Sasha, Unassigned)
Details
(Whiteboard: [webdriver:backlog])
To support userContexts
argument in browsingContext.setViewport
and emulation.setGeolocationOverride
at the moment, we just add a session data item on each call, which might grow session data quite a bit.
Instead, we could have a different method for SessionData to update an existing item, which would really just remove and add, to preserve the order.
Reporter | ||
Updated•17 days ago
|
Points: --- → 3
Priority: -- → P3
Whiteboard: [webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•