/hi, Need help.
How do i call in my framework (In java) to “instruments -s devices” Get all Device UDID that connect to the MAC and parse the result (UDID) to Array list ?
Thanks !
This looks like a pretty clear writeup of what you are trying to do:
https://crunchify.com/how-to-run-windowsmac-commands-in-java-and-return-the-text-result/
Good Luck!
I will try it,