How to Identify best a control ?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019
05:44 AM
04-19-2019
05:44 AM
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","")
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019
02:04 PM
04-19-2019
02:04 PM
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.
Thanks,
Carson
Click the Accept as Solution button if my answer has helped
