Can we perform mouseclick event and keyboard press event at once testing time in monkeyrunner? If yes then how? Please tell me.

Thanx in advance...

link|improve this question

79% accept rate
feedback

2 Answers

up vote 2 down vote accepted

I got the solution of this question. There is no any way to use the mouseclick in Monkeyrunner. We can get only keyboard press event in the Monkeyrunner.

link|improve this answer
feedback

You will need to use MonkeyRunner.DOWN for both actions then do something like MonkeyRunner.sleep(.25) and use MonkeyRunner.UP for those same actions.

You will need to pick one of the events to happen first, however both should happen fast enough that it won't matter.

link|improve this answer
Thanks for help. But I do it by another way. – Android Boy Aug 31 '11 at 11:11
feedback

Your Answer

 
or
required, but never shown

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