Hi All,
I want to run appium parllel on two devices by crearting two appium instances.
But i am unable to find UDID of my android device.
What are the steps to find UDID of android device.
Hi All,
I want to run appium parllel on two devices by crearting two appium instances.
But i am unable to find UDID of my android device.
What are the steps to find UDID of android device.
UDID is more of an iOS thing. However you can get the ANDROID_ID of the device, which is basically the same thing:
adb shell settings get secure android_id
https://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID
Appium for Android uses the id returned by
adb devices