browser.save_memory_profile
Preserve session state by saving a memory profile with context. Reload the profile in later sessions to resume interrupted tasks.
Instructions
Save a named memory profile with context from the current session. Loaded into future sessions via memory_profile=name in create_session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| profile_name | Yes | ||
| goal_summary | No | ||
| completed_steps | No | ||
| discovered_selectors | No | ||
| notes | No |