标签: android selendroid
任何人都可以帮助我使用Selendroid获取Android中正在运行的进程列表吗?
答案 0 :(得分:0)
您可以使用ADB连接执行此操作:
driver.getAdbConnection().executeShellCommand("ps > file"); driver.getAdbConnection().executeShellCommand("pull file localfile");