1 Computer with Multiple Devices

I’m on Windows 10 with many different Android Devices.

I would like to set up 1 Computer that can loop through my Selenium code in Java to run a bunch of devices that are hooked up to 1 Computer. I don’t want Parallel Execution, I just want to loop through each device using my test script. Is this possible?

I thought about un-linking the top device in the adb devices but I haven’t found out how to do this yes. The problem is that it always runs the top device in adb devices.

You just need the UDID, even for Android… Hopefully this can help others.