Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Umair,
If you don't want to use Aliases in your test, you can access the object by using the path as it's listed in the object tree of the tested app. For example:
Sys.Process("ProcessName").WinFormsObject("FormName").WinFormsObject("WindowName")....
If you want to store the path to the object in the string, you can execute it by using the eval function.