Hello, I'm going through a similar problem. I need to send, in some way, commands to a cellphone to simulate touch events (for example, acessing an Item of the menu, or a graphic component from a given screen) and key events (I know it is possible to do it with ADB commands, but its response time is not that great). Is there anyway to do this with the coordinate of the Item on the screen?
I know monkey do this type of task, but I'd like something less random, which I could customize to perform automatic testing in my applications, which has lots of screens and would be very time-costing to test manually. Thanks in advance. On 3 fev, 09:03, pradeep <[email protected]> wrote: > Hi All, > > Can anyone give an idea how to identify the views part of the > active screen[i.e current running activity on the phone]. > > E.g after launching uiEditContactActivity,how can I identify the views > [ several fields, buttons etc] > part of that screen. > > I am trying to modifymonkey, such that for creating a contact, it > should launch Edit Contacts Activity and fill the respective views > [name, number etc]. > > Thanks, > Ganesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

