goharanwar / uiautomator

Light weight and robust NodeJS wrapper for UIAutomator2 with built-in server for device
MIT License
13 stars 3 forks source link

Sometimes promise is returned even before the server is ready on device #13

Closed goharanwar closed 6 years ago

goharanwar commented 6 years ago

When we start uiautomator server, at times it return promise even before the server is ready on the device. Because of this issue uiautomator server commands fail to execute properly on device.