ideally you should use the REFramework
but as a starting point you can do the following
put click activity in try-catch scope, then put try-catch in retry scope
in catch section you can refresh the page, then use rethrow activity to throw to error to retry scope,
so the whole process would be like this
- try click activity (every 3 seconds) until verification element appears
- if 30 seconds passed and no element appears, refresh page and retry
- number of retries /retry interval depends on retry scope properties
for reference
uipathF.xaml (20.3 KB)
