ConfigureApp.DevicePort(Int32) Method

Definition

Configures the port of the device. Generally best left unset.

public static Xamarin.UITest.Configuration.GenericAppConfigurator DevicePort (int port);
static member DevicePort : int -> Xamarin.UITest.Configuration.GenericAppConfigurator
Public Shared Function DevicePort (port As Integer) As GenericAppConfigurator

Parameters

port
Int32

The port of the Calabash HTTP server on the device.

Returns

Applies to