Open
Description
It would be helpful to have WebDriver BiDi support accessing window.localStorage
and window.sessionStorage
for a given origin. This would allow clients to inspect or verify values stored in the browser without navigating to such a page and executing custom JavaScript.
Should this be part of the existing script
module or its own module like storage
(as what CDP offers)?