Searches for the item after clicking

Mobile Testing, Android App Testing.
Alvaro Tavares
Posts: 5
Joined: Thu May 20, 2021 9:45 am

Searches for the item after clicking

Post by Alvaro Tavares » Wed Sep 14, 2022 3:32 pm

I am automating a group site in DevMod with mobile vision and the chosen mobile is the Pixel 5 in the Chrome browser.

I can save all the items and actions for its execution, in some tests I have to click on external links where it opens them, in that page there are links to return to the original page and when I click it returns to the original page, but it keeps looking for that element and then gives an error because it doesn't find it, and in the recorded module this action is before clicking on it.

IvanF
Posts: 151
Joined: Thu Aug 11, 2022 8:55 pm

Re: Searches for the item after clicking

Post by IvanF » Fri Sep 30, 2022 4:59 pm

Hi, could you please share the snapshot of the system, highlighting which element is used in the step "return to the page" + in 2 previous steps + in 1 next step.

It would be potentially necessary to introduce delays between the steps, but first I'd like to check that there is no redundancy in steps/no id overlap or confusion between elements involved in subsequent steps.