I’m building an automation where the first step is to open a page, wait for it to load and then click on an element. The problem is it seems like it doesn’t wait for the element to appear or retry it. It just gives me an error within a few seconds (and sometimes it does work, seems like a 50/50 case). Even though the timeout is set to default (30 secs). The page doesn’t take more than 10 seconds to load usually. I can set the ‘Delay before’ to 10-15 and it will always work, but I rather have a solution that just waits for the element and retries if it didn’t load yet.
I also set a verifiy exection on the next page with ‘Retry’ set to true, but it doesn’t retry it. I just get an error within seconds.
Hey @Youri98 you go use Check app state actvitiy and surround it with retry to handle this type of exception like check app state usually check for the element on that basis it move forward while Retry give you the number of retry you want to perform and also you can ADD delay also on it
and if you are on classic activity use Element Exists activity and surround it with retry activity.