tweaselORG / appstraction

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

Related to #32: Wait for devices to boot #51

Closed zner0L closed 1 year ago

zner0L commented 1 year ago

While investigating #32, I found that some commands were already running without the emulator being fully booted, yet. This caused several problems. Waiting for dev.bootcomplete should fix that.

This PR is based on #42, which should be merged first.