Hi, Im new in appium IOS.
If i want to test the calculator that in my IPHONE (or any other APP) How do i found the APP location (path) in the IPHONE ?
I need it for this like
caps.setCapability(MobileCapabilityType.APP , ??? );
Thanks !!!