node_idstring · requiredNode ID from find_nodes
Performs a gesture-based tap at a random point within the bounds of the node identified by node_id. Unlike `click_node` (which uses the accessibility ACTION_CLICK), this performs a coordinate-based touch gesture. The tap point is randomized within the node bounds, inset by a configurable percentage (default 5%) from each edge to avoid hitting borders.
node_idstring · requiredNode ID from find_nodes
inset_percentagenumber · default 5.0Percentage to inset from each edge of the node bounds (0.0-45.0). Default 5.0