webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

Implement Old JsonWire Local Storage Endpoints

Open austinrr opened this issue 4 years ago • 1 comments

I'm currently using the https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidlocal_storage POST to add a key/value to the browsers local storage as part of some testing for a product I work on. I'd like to see this implemented in the current version of the webdriver spec as well.

austinrr avatar Aug 11 '21 18:08 austinrr

I would oppose this proposal. It's possible to use the Execute JavaScript command to update local storage; it's a historical anomaly that the end point was added to the JSON Wire Protocol in the first place.

jimevans avatar Aug 13 '21 13:08 jimevans