Table of Contents

Enum Host.DeploymentModes

Namespace
Ranorex
Assembly
Ranorex.Core.dll

States how deployment shall be done.

public enum Host.DeploymentModes

Fields

Auto = 3

Deployment is done using the connection mode for the device, i.e. which was used to add the device.

NoDeploy = 2

No deployment is done, the APK file is instrumented only.

Usb = 1

Deployment is done over USB cable.

WiFi = 0

Deployment is done over the wireless network (RanorexService needs to be installed on the device).