Timeout Monitoring for Click-Blocked
By default, if the Click core action cannot be executed (the click is blocked for any reason) after 4 click attempts, the Wizard proceeds to the next core action (usually a fallback). You can change the default click-timeout configuration through the appSettings.config
file.
To change the timeout configuration for the Click core action:
Add the Key and Value below to the appSettings.config files of both Studio and Robot applications, and define the desired click number:
<add key="MaxRepeatStepsTimes" value="<click number>"/>
Example: <add key="MaxRepeatStepsTimes" value="6"
>