You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just need to execute adb wait-for-device. But client.waitForDevice() forces us to pass a serial no into it. Is there any overload function which does the same thing but no serial no param?
The text was updated successfully, but these errors were encountered:
We just need to execute
adb wait-for-device
. Butclient.waitForDevice()
forces us to pass a serial no into it. Is there any overload function which does the same thing but no serial no param?The text was updated successfully, but these errors were encountered: