Validate element presence
Quickly verify an element's state, such as whether a button is enabled or a tab is selected.
How to Validate:
Click the element on the device screen (e.g., the "Explore" tab).
Choose "Validate properties of this element" from the menu.
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).
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