Answered
Hi, I am trying to click on button on screen with advanced click step.
I set retry number to 5 and wait time between retries 1000ms but it gives me error:
2024-10-22 13:00:34.764 +02:00 [ERR] System.DivideByZeroException: Attempted to divide by zero.
Image is visible on screen and I put left anchor with it. Does anybody have idea what could problem be?
Thanks
- PetraP asked 6 months ago
- last edited 6 months ago
- You must login to post comments
Best Answer
Hi, looks like you have set "SleepTime" between steps to 0 in robot config. I had same issuse. You can overcome that error with putting option in step "Wait timeout (in seconds)" to 0 or leave it empty and it will also work if you set "Wait for window activation" to False. This also applies to Find Image Step if you will use it. Hope this helps.
- Roko answered 6 months ago
- You must login to post comments
Your Answer
Please login first to submit.