google_api_tool_results v0.4.0 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.t): The initial activity that should be used to start the app. Optional Defaults to: null.
  • bootstrapPackageId (String.t): The java package for the bootstrap. Optional Defaults to: null.
  • bootstrapRunnerClass (String.t): 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.AndroidRoboTest{
  appInitialActivity: any(),
  bootstrapPackageId: any(),
  bootstrapRunnerClass: any(),
  maxDepth: any(),
  maxSteps: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.