Advanced click step not finding image

Answered
1
0

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

  • You must to post comments
Best Answer
0
0
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.


  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.