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

Fail if more than one device is connected #95

Closed zner0L closed 1 year ago

zner0L commented 1 year ago

As long as we don’t support #1, yet, let’s fails if there is more than one device. This includes devices of more than one platform, see:

          Might be a nice UX feature to fail in `ensureDevice()` if there is more than one device detected by adb and/or Frida.

Originally posted by @baltpeter in https://github.com/tweaselORG/appstraction/issues/94#issuecomment-1593049800