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","")
Solved! Go to Solution.
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.
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.
Subject | Author | Latest Post |
---|---|---|