initialSetupApks property

List<Apk>? initialSetupApks
getter/setter pair

Initial setup APKs to install before the app under test is installed.

Currently capped at 100.

Optional.

Implementation

core.List<Apk>? initialSetupApks;