Appium-uiautomator2-driver

Hey

Iā€™m trying to do the following :

I would like only to work with appium-uiautomator2-driver with few instances of node, but when trying to use :slight_smile:

index.js --host=" + getLocalIp() +
                " --port=" + serverPort/+
                " --default-capabilities "{\"udid\":\"" + udid +"\"}" ;

it not seems to care for the udid i gave and just connect to the first device it finds via adb devices command.

will be glad to hear your thoughts :slight_smile: