Forum Discussion
- jkrolczySuper 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
- tristaanogreEsteemed Contributor
Is this a Flash application? What it looks like is that the flash layer is not lined up with the page itself. Make sure your page is maximized on screen and that you've gone through all the necessary configuration in testing flash applications.