AndroidRoboTest constructor
AndroidRoboTest({
- FileReference? appApk,
- AppBundle? appBundle,
- String? appInitialActivity,
- String? appPackageId,
- int? maxDepth,
- int? maxSteps,
- List<
RoboDirective> ? roboDirectives, - String? roboMode,
- FileReference? roboScript,
- List<
RoboStartingIntent> ? startingIntents,
Implementation
AndroidRoboTest({
this.appApk,
this.appBundle,
this.appInitialActivity,
this.appPackageId,
this.maxDepth,
this.maxSteps,
this.roboDirectives,
this.roboMode,
this.roboScript,
this.startingIntents,
});