Validate element presence

Quickly verify an element's state, such as whether a button is enabled or a tab is selected.

How to Validate:

  1. Click the element on the device screen (e.g., the "Explore" tab).

  2. Choose "Validate properties of this element" from the menu.

  3. In the panel that appears, configure the assertion:

    • Against property: Select the state to check (e.g., is selected).

    • With Value: Set the expected value (e.g., true).

  4. Click Create to add the validation step.

Common Properties to Validate:

  • is selected: Checks if an option or tab is active.

  • is enabled: Checks if an element is interactive.

  • is visible: Checks if an element is displayed on the screen.

  • is focused: Checks if an input field has keyboard focus.

  • text: Verifies the text content of the element.

Last updated