Search found 5 matches

by WMacNeil
Tue Jun 18, 2013 3:19 pm
Forum: Mobile Testing
Topic: Android app testing without deploying any APK file.
Replies: 4
Views: 7043

Re: Android app testing without deploying any APK file.

I also had a problem where I wanted to click something on the screen, but it was outside of my app which was instrumented. Make a request for the APKs or try this work around. You can run MonkeyRunner by emulating clicks on the screen based on coordinates. http://developer.android.com/tools/help/mon...
by WMacNeil
Tue Jun 18, 2013 12:52 am
Forum: Automation API
Topic: Android Touch & Image Recognition
Replies: 3
Views: 3898

Re: Android Touch & Image Recognition

Thanks Markus. I didn't realize the Contains method had an overloaded method. Should have checked the API. Thanks for your help. I will be sure to put this to the test.
by WMacNeil
Fri Jun 14, 2013 8:00 pm
Forum: Automation API
Topic: Android Touch & Image Recognition
Replies: 3
Views: 3898

Re: Android Touch & Image Recognition

Hey Team. Your help would be appreciated. This is on an android app I'm attempting to automate. Bitmap bmp = Imaging.CaptureImage(repo.NetSotiMobicontrol.Cancel); bmp.Save(@"C:\Users\WMacNeil\Documents\myImage.bmp"); Bitmap bmp2 = Imaging.Load(@"C:\Users\WMacNeil\Documents\myImage.bmp"); if (Ranorex...
by WMacNeil
Fri Jun 14, 2013 5:45 pm
Forum: Automation API
Topic: Android Touch & Image Recognition
Replies: 3
Views: 3898

Android Touch & Image Recognition

Is it possible in Android to perform a click/touch operation based on screen coordinates?
Also, is it possible to perform image recognition on Android?
by WMacNeil
Fri Jun 14, 2013 2:02 am
Forum: Automation API
Topic: Web Techniques
Replies: 1
Views: 1752

Web Techniques

My company is highly considering Ranorex to bridge the gap between our web and device components of our MDM solution.

How would one select all elements of a specific type from the DOM using the RANOREX API? E.g. <span> Thanks.