browser_click
Click an element by specifying locator strategies like role, name, text, or CSS. Automatically recovers when selectors change.
Instructions
Click an element described by any combination of locator strategies.
Provide as many as you know (e.g. role='button' + name='Log in', and a
testid if you have one). The most stable available strategy wins; if it
healed to a fallback, the result says so.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| name | No | ||
| role | No | ||
| text | No | ||
| label | No | ||
| testid | No | ||
| placeholder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |