Coordinate Actions
Coordinate Actions allow you to interact with specific locations on the device screen using X and Y coordinates. Unlike Element Actions, these methods do not search for UI elements by their visible text. Instead, they perform touch interactions at the specified screen coordinates.
Coordinate Actions are useful when automating applications that use custom controls, graphical interfaces, maps, games, image viewers, or canvas-based components where UI elements cannot be identified through Accessibility Services.
Coordinate-based actions are generally less reliable than Element Actions because screen coordinates may vary across devices with different screen sizes, resolutions, orientations, or application layouts. Whenever possible, use Element Actions instead of Coordinate Actions.
The following Coordinate Actions are available: