click_by_uid
Clicks a DOM node using an accessibility UID, resolving the cached backend node ID to dispatch a native click event.
Instructions
Click the DOM node behind an accessibility uid.
Resolves the cached ``backend_node_id`` to a remote object, then
dispatches a native element click. Raises ``AccessibilityUidError``
if the uid is unknown or the node was removed since the snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |