As part of our ongoing work to improve mobile find strategies, we're excited to share that Configure Find is now available for find actions in mobile tests!
If your mobile test interacts with an element that is very similar to other elements in the page view, you can use Configure Find to:
- Specify which element attributes mabl should look for
- Set a timeout to define how long mabl should look for the element
Configuring a mobile find step
How it works
You can add Configure Find to any step that interacts with an element, such as a tap, assertion, or scroll to element step:
- Click on ...(More actions) for the step that you want to configure.
- Select "Configure Find"
- In the Configure Find menu, select the attributes that you want mabl to target. The attributes available are based on the element that has been selected.
- Click Next.
- Set a timeout. The timeout indicates the maximum amount of time mabl should wait before failing.
- Click OK.
And you're all set! When the step runs, mabl uses the Configure Find criteria to find the target element.