I am new in android, Please tell me how we can generate the mouseclick event on the any application using monkeyrunner Jython script. Please give me some hint, how to write the code of mouseclick event.

Thanks in advance...!!!

link|improve this question

75% accept rate
1  
There is no such thing as a mouseclick event in Android. – Manfred Moser Nov 4 '11 at 20:54
feedback

2 Answers

up vote 2 down vote accepted

There are no any such way to Generate the MouseClick in MonkeyRunner using the Jython Script. Because using this script we can generate only touch event and key press event. So try to generate mouseclick event is the waisting your time...!!!

link|improve this answer
feedback

http://developer.android.com/guide/developing/tools/MonkeyDevice.html#touch has information about the touch method of MonkeyRunner.MonkeyDevice. You will probably also want to read more of that guide to get a feel of how monkeyrunner works.

link|improve this answer
1  
I want to be mouse click event not a touch event... – Awdhesh Jha Oct 7 '11 at 5:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.