browser_localstorage_set
Set a localStorage key-value pair on the active page to modify site state, manage sessions, or bypass anti-bot mechanisms during automated browsing.
Instructions
Set a localStorage item on the active page's origin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |