actionType property

String? actionType
getter/setter pair

The type of action that Robo should perform on the specified element.

Required. Possible string values are:

  • "ACTION_TYPE_UNSPECIFIED" : DO NOT USE. For proto versioning only.
  • "SINGLE_CLICK" : Direct Robo to click on the specified element. No-op if specified element is not clickable.
  • "ENTER_TEXT" : Direct Robo to enter text on the specified element. No-op if specified element is not enabled or does not allow text entry.
  • "IGNORE" : Direct Robo to ignore interactions with a specific element.

Implementation

core.String? actionType;