AndroidAppConfigurator.DeviceSerial(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the adb serial of the device. Generally best left unset unless you want to run a specific device.
public Xamarin.UITest.Configuration.AndroidAppConfigurator DeviceSerial (string deviceSerial);
member this.DeviceSerial : string -> Xamarin.UITest.Configuration.AndroidAppConfigurator
Public Function DeviceSerial (deviceSerial As String) As AndroidAppConfigurator
Parameters
- deviceSerial
- String
The device serial from adb devices.