Perform Action @ position relative to object
Is there a way to perform an action at a position which is relative to the object AND not within the bounds object (perform an action on a secondary object which is located x/y distance away from the initial object)? It looks as if the ClientX and ClientY give error messages if the x-y position is outside of the selected object's bounds.
Example: I have mapped the 'Enter Loan Amount' in the name mapping. It is identified by it's text.
I want to locate the 'enter loan amount' text box (the one with 10000 in it) with a testComplete feature which would be equivalent to "Perform an Action at a location that is 50 pixels to the right of the 'Enter Loan Amount' label object".
Why? Because the order of these rows moves around a lot (as developers design) and I always want to be able to just find the textbox by locating it relative to it's corresponding text located to it's left.
If your developers are still making changes to this control, then you should ideally push for the changes to be made, to either group the controls or provide an automation id. It will take less than a minute for the developers to implement this!