human_click
Click web elements with a human-like cursor path using CSS selectors, numeric IDs, or visible text. Supports shadow DOM and custom elements.
Instructions
Click an element with a humanish cursor path.
Accepts a CSS selector, the numeric ID from ``get_interaction_tree``,
or visible text. ``move_duration`` is how long the mouse takes to
reach the target (default 0.4s). Text-mode is shadow-DOM aware:
the walker finds the tightest interactive element matching the
text (descending into nested shadowRoots when needed) and aims
the cursor at its composed viewport rect, so clicks land on the
real handler inside custom elements like ``<nes-button>``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| selector | No | ||
| move_duration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |