Enum Host.DeploymentModes
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
States how deployment shall be done.
public enum Host.DeploymentModes
Fields
Auto = 3Deployment is done using the connection mode for the device, i.e. which was used to add the device.
NoDeploy = 2No deployment is done, the APK file is instrumented only.
Usb = 1Deployment is done over USB cable.
WiFi = 0Deployment is done over the wireless network (RanorexService needs to be installed on the device).