epgw add ios command
Name
epgw add ios
- Add a new iOS connection
Options
Option | Description |
---|---|
--name | The connection name |
--udid | The UDID of the iOS device. You can omit this parameter if exactly one iOS device is connected to your computer. |
--provisioningProfile | The path to the provisioning profile to use when installing WebDriverAgent. |
--developerCertificate | The path to the developer certificate to use to resign WebDriverAgent. |
--developerCertificatePassword | The password to use to retrieve the private key of the developer certificate. |
--developerDiskLocation | The path to the directory which stores the Developer Disks images. Alternatively you can specify the root url of a repository containing the developer disks. |
--oemLicense | The path to an OEM license for the Eggplant Gateway for iOS (for OEM partners only) |
--screenQuality | The image quality used when capturing the screen of your iOS device. Must be a value between 1 and 100, where 1 is the lowest quality and 100 is the highest quality. |
--restartSpringboard | Restarts the SpringBoard application on your iOS device. This helps ensure the device is in a consistent state when starting a test. |