Hi , I am writing monkeyrunner script to scroll screen, touch on specific menu item, long touch on an item.
The script should haveonly touch operations as I am working with only touch enabled device(NO keypad, Full touch device). I came across one utility called androidlib.py which provides methods to perform many actions on device. In that there is a scroll() method, which is not performing successfully. path: https://github.com/eing/moet/blob/master/common/androidlib.py After first scroll(horizontally in home screen) , the focus went to contacts shortcut at the bottom of screen and it can't proceed with the second scroll. (Note: is it possible to embed touchevent constants like ACTION_SCROLL in that method?) I also tried with MonkeyDevice.drag() api, which requires hardcoded values of x, y screen coordinates which may not perform operation when the script runs on emulator or other device. Can you please help me with solution or any alternative for the same. Thanks in advance. frank -- 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

