在多个设备上启动 Monkeyrunner 脚本
我有一个脚本应该同时在两个设备上运行,这两个设备连接到一台电脑。
如何同时在两个设备上运行脚本?
是否有一些选项,例如 -s "SERIAL_NUMBER" 或其他选项
I have a script that should be run on two devices at same time, this two devices are connected to one pc.
How can I run the script on both devices at the same time ?
is there some option like -s "SERIAL_NUMBER" , or something l
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:-
希望有效。
try this:-
hope works.
稍微调整你的脚本 - 添加一个 device-id 参数 &创建
MonkeyDevice
时使用它。MonkeyRunner#waitForConnection(float, string)
可以采用超时和设备标识符来在特定设备上启动脚本。Adjust your script slightly - add a device-id parameter & use that when creating your
MonkeyDevice
.MonkeyRunner#waitForConnection(float, string)
can take a timeout and a device identifier to start the script on an specific device.