Within my script, I usually program a click on certain fields or other sections using the Click function. For example, wJob.Click( 35, 20 ). However, when I want to enter a new script command using the Click function, in order to find out the X&Y co-ordinates of the item I want to click, I have to use the "Record Script" option in TestComplete to find the X&Y co-ordinates, which actually works but is very slow and time consuming.
Therefore, is it possible to have an option that when you click an item, anywhere in my software program, and I can get the X&Y co-ordinate/position immediately? Alternatively, a new feature could be that when you click the new menu option within TestComplete to get X&Y and then you use your mouse to hover above any of the items, then the X&Y position and the Name of the item will be displayed in a bubble screen next to the mouse's cursor. Similar to the Object Spy feature but with a X&Y co-ordinates as well. This also eliminates the need to go to the Object Browser or Object Spy to find the item's name that you want to use the Click function for.
My suggestion above or something similar like that, will save a lot of time trying to figure out what numbers I should enter into the Click function.
Thank you for reading this.