We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 });