google_api_tool_results v0.0.1 GoogleApi.ToolResults.V1beta3.Model.AndroidRoboTest View Source

A test of an android application that explores the application on a virtual or physical Android device, finding culprits and crashes as it goes.

Attributes

  • appInitialActivity (String): The initial activity that should be used to start the app. Optional Defaults to: null.
  • bootstrapPackageId (String): The java package for the bootstrap. Optional Defaults to: null.
  • bootstrapRunnerClass (String): The runner class for the bootstrap. Optional Defaults to: null.
  • maxDepth (Integer): The max depth of the traversal stack Robo can explore. Optional Defaults to: null.
  • maxSteps (Integer): The max number of steps/actions Robo can execute. Default is no limit (0). Optional Defaults to: null.