I was wondering if I can start appium in terminal of Mac machine similar to windows which is as under
appium -a <Machine IP> -p <port> -U <UDID>
- Is there any similar command for iOS, as Mac terminal does not recognize
appium
as command
Please help me with this, I am very new to iOS
PS: I want to run web test on safari in iPad connected to Mac machine through Eclipse on Windows machine
Thanks in advance..