tweaselORG / appstraction

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

Support for multiple connected devices #1

Open baltpeter opened 1 year ago

baltpeter commented 1 year ago

Currently, our code assumes that there is only one device/emulator connected, e.g. it calls adb without the -s flag.

We should support having multiple devices connected and introduce an argument to select which one to use.