"MOBILE_VERIFY_ELEMENT" Command

Description: This command is used to verify the existence or non-existence of a mobile element on screen. Check disabled" option checks for disabled or enabled elements, verification will be done "Attempts" number of times with "Interval" seconds in between each verification will be performed. Attempts and Interval options are used mainly if rendering of the element is asynchronous.

Usage Scenario: Suppose we want to verify that “Picture of the day” text appears as highlighted below:

Procedure:

1- Define steps that launch the application

2- Define a step with Mobile_Verify_Element, create a locator for “Picture of the day” and use the locator in your command options.

3- Make sure that “Exist” checkbox is checked

4- Your step will look like this: