使用 Jython 的 Monkeyrunner 自动化

发布于 2025-01-05 07:19:02 字数 92 浏览 1 评论 0原文

我需要对第三方应用程序进行自动化测试。我只有安装在模拟器中的 apk 文件。可以通过monkeyrunner来实现吗?如果是的话,你能帮我用 Jyton 命令行启动它吗?

I need to automate a testing for an third party application. I've only the apk file which is installed in my emulator. Is it possible to do it through monkeyrunner? If yes can you help me out to start it with Jyton command line?

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

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

发布评论

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

评论(1

寄与心 2025-01-12 07:19:02

是的,这是可能的。为此,您必须调用 Monkeyrunner,它是基于 jython 的解释器。

您可以将其作为 shebang 来调用

$ monkeyrunner script.mr

如果您使用的是 Linux/OS, X

#! /usr/bin/env monkeyrunner

Yes, it's possible. To do it you have to invoke monkeyrunner, which is the jython based interpreter.

You can invoke it as

$ monkeyrunner script.mr

or with a shebang, if you are using Linux/OS X

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