Search code examples
internet-explorerqtphp-uft

UFT not able to click on WebButton in IE


I am seeing a strange issue while using Object Spy and my web application. All of the objects are being highlighted in the wrong location relative to the correct location.


WebButton


i.e. a WebButton has the x,y coordinate 920, 460 but when I try to spy it, I need to keep my cursor on let’s say 860, 420. Then its shows the property of that object. If I hover my mouse/cursor on that button, it shows some other object's property.


Solution

  • I was able to determine that the zoom in IE had been adjusted to 105% instead of 100%. Ensure that zoom is set to 100% before attempting to troubleshoot further.

    Resource