cdp_site_note
Add notes or CSS selector patterns to site memory for recording interaction insights and automating browser tasks with persistent cross-session storage.
Instructions
Add a note or selector pattern to site memory. Use this to record what you learned about interacting with a site.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Note to add (e.g., "Easy Apply modal is an iframe") | |
| selector_name | No | Name for a selector pattern (e.g., "apply_button") | |
| selector | No | CSS selector to remember |