Skip to main content

Web Set Retry Count

Description

Web Set Retry Count changes the number of automatic retry attempts for all subsequent Web GUI [Classic] steps. Use this step when certain parts of your workflow need more or fewer retries than the global count set in the Start Browser step — for example, increasing retries before a section that interacts with an unstable page, or setting the count to zero to skip retries for steps where immediate failure is preferred. The updated count applies to every step that follows until another Web Set Retry Count step changes it. Certain steps — such as Begin, End, Close Window, Robot Handling, Set Delay, Set Retry Count, and URL Navigation — are excluded from retry logic.

Configurations

Field NameDescription
Web Browser NameYou can select any one Web Browser Name from the given list.
Basically, you must select the same Web Browser Name which was selected in Start Browser Step.
Retry CountA retry count number can be set that is globally used in all steps of Web GUI [Classic]for retrying on error. Initially a retry count number can be set in Start Browser step. Whenever the execution of Web GUI step ends up with an error it will retry execution the number of times specified in start browser.
If one doesn’t want to retry for some specific steps, retry count can be set to 0 by using ‘Set Retry Count’ Step. Use of ‘Web Set Retry Count’ is to modify the count specified in Start Browser. Steps after Web Set Retry Count will get newly set Retry Count. Following steps are excluded from the functionality of Retry Count:
- Begin
- End
- CloseWindow
- Robot Handling
- SetDelay
- SetRetryCount
- URL navigation