iOSAppConfigurator.DevicePort(Int32) Method

Definition

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

public Xamarin.UITest.Configuration.iOSAppConfigurator DevicePort (int port);
member this.DevicePort : int -> Xamarin.UITest.Configuration.iOSAppConfigurator
Public Function DevicePort (port As Integer) As iOSAppConfigurator

Parameters

port
Int32

The port of the Calabash HTTP server on the device.

Returns

Applies to