maestro icon indicating copy to clipboard operation
maestro copied to clipboard

[Feature] Extend `launchApp` to allow permissions

Open wadey1 opened this issue 3 years ago • 1 comments

eg:

- launchApp:
      clearState: true
      permissions: { notifications: 'YES', location: 'always' }

wadey1 avatar Sep 06 '22 07:09 wadey1

For now, our recommended approach is to use optional commands to handle that:

# Tap on Allow on permission dialogue if one shows up
- tapOn:
     text: Allow
     optional: true

dmitry-zaitsev avatar Sep 19 '22 17:09 dmitry-zaitsev

Hi @wadey1, maestro version 1.24.0 includes the change you requested. Can you give it a try and let us know what you think?

berikv avatar Mar 07 '23 17:03 berikv

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. Thank you for helping keep us our issue tracker clean!

github-actions[bot] avatar Jul 11 '24 15:07 github-actions[bot]