xiaocong / uiautomator

Python wrapper of Android uiautomator test tool.
MIT License
2.04k stars 644 forks source link

Running Uiautomator on multiple devices using multithreading with device ID do not work.(only one device out of 2 work) #288

Closed codemanish closed 5 years ago

codemanish commented 5 years ago

issue solved by providing sleep between two threads to avoid race condition.