leancodepl/patrol

Add native `waitUntilAppIsVisible` capability

Opened this issue · 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) {[...]}