patrol icon indicating copy to clipboard operation
patrol copied to clipboard

Add native `waitUntilAppIsVisible` capability

Open fylyppo opened this issue 1 year ago • 0 comments

Use case

I want to wait until some app is visible on the screen e.g. system settings, App Store, Play Store.

Proposal

Future<void> waitUntilAppIsOpened(String appId) {[...]}

fylyppo avatar Jun 12 '24 13:06 fylyppo