browser_set_storage
Sets a key-value pair in the browser's localStorage or sessionStorage, enabling direct manipulation of web storage for testing and automation.
Instructions
Write to localStorage or sessionStorage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key | |
| type | Yes | Storage type | |
| value | Yes | Value |