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
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