browser_get_selector_plan
Retrieve a pre-computed selector plan with primary and healed fallback locators for a semantic node, ensuring reliable element targeting.
Instructions
Retrieve the pre-computed selector plan (primary + healed fallback locators) for a specific semantic node. Optional: pass 'state' if querying offline; otherwise defaults to last observed state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | The current SemanticPageState (optional, falls back to server-side cache). | |
| nodeId | Yes | The ID of the semantic node. |