Hi,
Since we click on an image, QTP records these coordinates as well.
These coordinates are not mandatory for QTP to click. So you can actually remove these coordinates and run your scripts.
Browser("Welcome: Mercury Tours").Page("Welcome: Mercury Tours").Image("Sign-In").Click --> It will still work.
Also , this is relative coordinates. Not absolute coordinates.
Since we click on an image, QTP records these coordinates as well.
These coordinates are not mandatory for QTP to click. So you can actually remove these coordinates and run your scripts.
Browser("Welcome: Mercury Tours").Page("Welcome: Mercury Tours").Image("Sign-In").Click --> It will still work.
Also , this is relative coordinates. Not absolute coordinates.

