roboMode property

String? roboMode
getter/setter pair

The mode in which Robo should run.

Most clients should allow the server to populate this field automatically. Possible string values are:

  • "ROBO_MODE_UNSPECIFIED" : This means that the server should choose the mode. Recommended.
  • "ROBO_VERSION_1" : Runs Robo in UIAutomator-only mode without app resigning
  • "ROBO_VERSION_2" : Runs Robo in standard Espresso with UIAutomator fallback

Implementation

core.String? roboMode;