Robo Directive Args
data class RoboDirectiveArgs(val actionType: Output<RoboDirectiveActionType>, val inputText: Output<String>? = null, val resourceName: Output<String>) : ConvertibleToJava<RoboDirectiveArgs>
Directs Robo to interact with a specific UI element if it is encountered during the crawl. Currently, Robo can perform text entry or element click.
Constructors
Link copied to clipboard
fun RoboDirectiveArgs(actionType: Output<RoboDirectiveActionType>, inputText: Output<String>? = null, resourceName: Output<String>)