w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
681 stars 195 forks source link

Implement Old JsonWire Local Storage Endpoints #1609

Open austinrr opened 3 years ago

austinrr commented 3 years ago

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.

jimevans commented 3 years ago

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.