Click checkbox?

Hi @Maria99 ,

In click image you can set an offset for x and y coordinates. If you ensure that the robot will run in the same resolution in dev and prod environments you can check what is the x and y coordinates needed from the text D3 to the checkbox. Check the property tab for offset.

So robot will first find D3 but click -x coordinates on the check box.

We have used this technique close to 500000 times in one robot so rest assured it will work when your resolutions are same during development and production.

1 Like