save_state
Export the current browser session to a portable Playwright storageState JSON file, preserving cookies and localStorage for reuse across sessions.
Instructions
Export the current session (cookies + localStorage) to a Playwright
storageState JSON at path — a portable, reusable authenticated session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |