click
Clicks visible elements on a web page using a CSS selector, numeric ID, or text content.
Instructions
Click a visible element.
Accepts a CSS selector, the numeric id from ``get_interaction_tree``
(e.g. ``"12"`` -> ``[data-zendriver-id="12"]``), or ``text`` to find
by visible text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |