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...!!!
|
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...!!!
| |||||
feedback
|
|
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...!!! | |||
|
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. | |||||
feedback
|