session_click
Click an element found by session_find_element, addressed by its elementId together with the sessionId that found it. The click goes through the WebDriver protocol, so it lands where the element is — no coordinates and no scrolling to arrange first. Works on browser and mobile sessions alike. Errors when the element is not interactable, or has gone stale because the page changed since it was found: re-find it and retry. The coordinate-based equivalents on a real device are device_tap and ios_tap (by udid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID from session_find_element | |
| sessionId | Yes | Session ID |