如何使用Selendroid获取在Android设备上运行的进程列表

时间:2014-07-17 04:33:38

标签: android selendroid

任何人都可以帮助我使用Selendroid获取Android中正在运行的进程列表吗?

1 个答案:

答案 0 :(得分:0)

您可以使用ADB连接执行此操作:

driver.getAdbConnection().executeShellCommand("ps > file");
driver.getAdbConnection().executeShellCommand("pull file localfile");