如何运行猴子跑步脚本?

发布于 2024-12-13 03:26:32 字数 157 浏览 0 评论 0原文

我是自动化 Android 应用程序的新手。我从 Monkeyrunner 听说我们可以自动化。

我已经看到了一些示例代码。

如何运行它?保存代码的扩展名是什么?

我需要连接设备并从 cmd 提示符运行吗?

请告诉我,因为我对此很陌生。

i am new to automating the android app.I heard that from Monkeyrunner we can automate..

I have seen some sample code..

How to run this? what is the extension for saving the code?

Do I need to connect device and run from the cmd prompt?

Please tell me as i am very new to this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜尕妞 2024-12-20 03:26:32

您可以在连接设备或运行模拟器的情况下从开发计算机运行 Monkeyrunner。

例如:

$ monkeyrunner myscript.mr

如果您使用的是 Linux 或 OS X,则可以使用 she-bang,将其作为脚本中的第一行,

#! /usr/bin/env monkeyrunner

前提是 Monkeyrunner 位于您的 PATH 中。

You run monkeyrunner from your development computer with the device connected or emulator running.

Like:

$ monkeyrunner myscript.mr

If you are using Linux or OS X you can use a she-bang including this as the first line in the script

#! /usr/bin/env monkeyrunner

providing that monkeyrunner is in your PATH.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文