Replies: 2 comments
-
Would contributions be possible? or is this too complex? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi there @yschimke! Maestro is a blackbox UI testing framework so we try to stay away from interacting directly with native APIs. I'd recommend interacting with your app like your users would in your tests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm testing media apps, as well as controlling the UI, I'd like to control media playback through the Android Media Session APIs.
https://developer.android.com/guide/topics/media/media3/getting-started/mediasession
Is there a way to extend the vocabulary of the Maestro scripting language for new features like this?
Or does it require this as a supported feature for Maestro, including across platforms.
Beta Was this translation helpful? Give feedback.
All reactions