browser_recall_selector
Recall a known CSS selector for a given intent on the current page, speeding up browser automation by skipping selector discovery.
Instructions
Ask the memory if there's a known selector for this intent on the current origin. Returns null if unknown. Useful BEFORE browser_snapshot to skip discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | ||
| origin | No | Defaults to the current page's origin. |