set_local_storage_item
Set a key-value pair in the page's localStorage to modify browser state, aiding automation and anti-bot bypass during web scraping.
Instructions
Set a value in the page's localStorage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |