Forum Discussion
jkrolczy
9 years agoSuper Contributor
Are you able from Object spy to capture the Button image, etc.
From the attributes, you could obtain the width and height of the button and with
some applied math use the x and y to set a point to click on for this specific button.
Use the x and y to go from the (0,0) point inward by increasing this point.
or
You can go from the bottom right corner point (xMax,yMax) and decrease to
back back inwards.
I experience this with some buttons every now and then and this approach helps.
Hope this approach can get you past the block.
JamesK