tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
6 stars 1 forks source link

Fixes #67: Move waiting for the device into a separate function #77

Closed zner0L closed 1 year ago

zner0L commented 1 year ago

This PR removes the Android-internal awaitAdb() function and changes the behavior of ensureDevice(). This might be breaking and should be mentioned if this PR is included in a release.