hacka87
6 years agoContributor
How to Identify best a control ?
Hello,
I want to know which is the best way to use the controls offered by Object Spy?
- Aliases.Device.Process("com.companyname.TouchItemExample").XFObject("MainPage", "").XFObject("StackLayout","")
- or FullName Mobile.Device().Process("com.companyname.TouchItemExample").XFObject("MainPage", "").XFObject("StackLayout","")
Definitely Aliases, but you need to actually map your objects, it will make your life a lot better in the long run.
Above is some great info on how to map objects to use in code and KWTs.