Can I get which devices are connected to AppiumStudio?

Hello :slight_smile:

TLDR:
Is there a way to get a list of devices which are connected to AppiumStudio ?

In my setup I’ve multiple devices connected to my Mac but not all devices are connected to AppiumStudio, I would like to get which device is currently connected in order to start the relevant Driver.

I’ve tried to get connected devices via ADB\iDevice for Android\iOS and then to start the Driver then catch the exception and assume that this device is not connected to AppiumStudio.
Is there a better\creative way to get the list of devices ?

22

Cheers,
Liran

Anyone got an idea ?

Thanks :slight_smile:

I believe you can use SeeTest (or SeeTest extensions) to see which devices Appium Studio recognizes.

Hi,
Thanks for the reply!

But I’m not sure I managed to understand you…