Could you tell me how ranorex spy is able to extract the control name of
the GUI controls?
How to get the control Name?
RanorexSpy is implemented in unmanaged C++, it uses Windows runtime library functions and some COM objects to read the control and element information.
RanorexSpy (and RanorexCore) also uses some base classes for interprocess communication.
Please see the Microsoft documentation for details.
Jenö
Ranorex Team
RanorexSpy (and RanorexCore) also uses some base classes for interprocess communication.
Please see the Microsoft documentation for details.
Jenö
Ranorex Team