Forum Discussion
Marsha_R
Champion Level 3
10 years agoWhat does Object Spy show for this control?
- shilpi_agarwal10 years agoContributor
Object spy for the Window
Object spy for UserName (fill-in) widget
Obje
- baxatob10 years agoCommunity Hero
Hi,
As I can see, your GUI elements are perfectly recognized and you can start interact with them.
E.g. if you want to type "Name" into the UserName textbox, just try:
Set textbox = Aliases.prowin.wndProMainWin.ProClientWin.ProFrame.Edit textbox.Keys "Name"
etc...
- shilpi_agarwal10 years agoContributor
Ok sounds good. So I take the things in simple way -
1. Do Recording
2. Look object names in Name Mapping or Object Spy
3. Give Meaningful Names in Name Mapping
4. Create Aliases in Script with the meaningful name
Now My script would be more familiar to us if I follow above.
If something I am missing Please guide me.