Skip to content

Running multiple devices

Mille Boström edited this page Jun 27, 2017 · 1 revision

You can run multiple devices on the same machine by edit the configuration file (need to specify serial and different ports):

var firstDevice = new AndroidDevice(new DeviceConfiguration { Serial = "..", Port = 9008 });
var secondDevice = new AndroidDevice(new DeviceConfiguration { Serial = "..", Port = 9009 });
Clone this wiki locally