Skip to main content

Element Actions

Element Actions allow you to interact with user interface (UI) elements by identifying them using their visible text. These actions are commonly used to click buttons, enter text, select checkboxes, and perform other UI interactions within Android applications.

Unlike coordinate-based actions, Element Actions are generally more reliable because they locate UI elements based on their displayed text rather than fixed screen positions. This makes your automation scripts more resilient across devices with different screen sizes and resolutions.

The following Element Actions are available:

💬 Help us improve this documentation

Was this information useful?

Your feedback helps us keep our documentation accurate, up to date, and useful.