Hi,
I am trying to automate a .net application. When I am trying to identify an object using the POSITION that is
ControlGetHandle("<WINDOW NAME>","","[REGEXPCLASS:WindowsForms10.STATIC;X:390;Y:231]") , it fails to get the handle on the object where as if I use the SIZE parameters it works fine.
I cannot use the SIZE parameters as there are other objects which are of same size. Also I cannot use any other identifiers since this object is created at run time and the INSTANCE and ID of the object changes everytime.
Any assistance on this would be greatly helpful.
Thanks
Kishan Kumar