Appium IOS获取连接到MAC的所有设备ID

时间:2018-07-18 14:06:06

标签: java appium

我如何在我的框架(在Java中)中调用“ instruments -s devices”以获取全部 连接到MAC并将结果(UDID)解析到Array列表的设备UDID?

1 个答案:

答案 0 :(得分:0)

逻辑

1. Try running the command
2. Store the results in a variable or push the results to an array or hash
3. Print or loop the array
4. Use the results stored in the array