pressRecentApps abstract method
Presses the recent apps button.
See also:
- developer.android.com/reference/androidx/test/uiautomator/UiDevice#pressrecentapps, which is used on Android
Implementation
Future<void> pressRecentApps();
Presses the recent apps button.
See also:
Future<void> pressRecentApps();