RoboDirectiveActionType

enum RoboDirectiveActionType : Enum<RoboDirectiveActionType> , ConvertibleToJava<RoboDirectiveActionType>

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

Entries

Link copied to clipboard

DO NOT USE. For proto versioning only.

Link copied to clipboard

Direct Robo to click on the specified element. No-op if specified element is not clickable.

Link copied to clipboard

Direct Robo to enter text on the specified element. No-op if specified element is not enabled or does not allow text entry.

Link copied to clipboard

Direct Robo to ignore interactions with a specific element.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: RoboDirectiveActionType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): RoboDirectiveActionType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.