Hello, I am clicking on an image with movement, there are occasions in which the “Click” activity fails, is it possible to indicate a position on the screen to click, independent of the movement of the image?, thank you very much for the help.
You can indicate whole screen and then use click offset option to click anywhere on screen
Cheers
Hello
If its failing not often then add a retry scope just for the “Click” activity.
NumberOfRetries: 3 (or more if you want)
RetryInterval: TimeSpan.FromSeconds(3)
Adjust as neccesary
If its failing a lot then don’t use this method.
Cheers
Steve
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.