There is a button called refresh, which activity is used for it to click the refresh button for every 10 sec
1 Like
You can use the while condition with your condition
While -->Condition = True`
Click–> (Configure selector to target refresh button)
Delay–>Duration = 00:00:10`
2 Likes
Try do while activity:
Do While (True)
Click Activity
Delay Activity (00:00:10)
1 Like

error after 4 retries
1 Like
Dont use retry scope if you want to click the button for every 10 sec, you can use while or do while activity , so you can achieve your output
Hie @anjani_priya tryu this logic
variable type integer


cheers Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

