mirror of
https://github.com/appium/appium.git
synced 2026-02-09 11:18:51 -06:00
Update real-devices.md
This commit is contained in:
@@ -30,7 +30,10 @@ installed on the device) or the path to the .ipa file via the `--app` flag or
|
||||
the `app` desired capability:
|
||||
|
||||
```
|
||||
# appium 0.x
|
||||
node . -U <UDID> --app <bundle_id>
|
||||
# appium 1.x
|
||||
node . -U <UDID> --app <bundle_id> --platform-name <iOS|android>
|
||||
```
|
||||
|
||||
This will start Appium and have Appium use the device to test the app.
|
||||
|
||||
Reference in New Issue
Block a user