在 MonkeyRunner 中生成 MouseClick
我是 android 新手,请告诉我如何使用 Monkeyrunner Jython 脚本在任何应用程序上生成 mouseclick 事件。请给我一些提示,如何编写鼠标单击事件的代码。
提前致谢...!!!
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...!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有任何这样的方法可以使用 Jython 脚本在 MonkeyRunner 中生成 MouseClick。因为使用这个脚本我们只能生成触摸事件和按键事件。所以尝试生成 mouseclick 事件会浪费你的时间......!!!
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...!!!
http://developer.android.com/guide/developing/tools/MonkeyDevice .html#touch 包含有关 MonkeyRunner.MonkeyDevice 的 touch 方法的信息。您可能还想阅读该指南的更多内容,以了解monkeyrunner 的工作原理。
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.