Update trigger without interaction with the web page

Guys I would like help!

I have an automation in a web system, I need it to update the page if there is no click or Type Into interaction for 9 minutes.

Can you help me how to do it? Or give a tip please?

Hi,
What do you mean “I need to update the page”? - Refresh the page?

Hey @Rodrigo_Habitat
To solve your issue, you could add a Delay activity for 9 minutes, and then use a Refresh Browser or Navigate To activity to automatically refresh the page.
Simply set the delay to 9 minutes (00:09:00), then use Refresh Browser to update the page without manual interaction.
Alternatively, you could use Navigate To and re-enter the current page URL to achieve the same effect. This way, the page will refresh after the specified time, even without any clicks or typing.

Hope that helps! :blush:

Good answer; an extra recommendation is to use dynamic delays (Check App State for MDE or Element Exists for classic) to avoid having static delays; if the element appears on the screen then following steps can be perform, else refresh the activity.

Retry Scope can be use too, in the condition you can add the check app state activity