macaroni

input

Description:
The input condition checks to see if the in focus application control is a textbox control, optionally checking text value, by checking the ARIA role and label.

Parent: all, any, condition, conditions, none, not , wait

Value (simple form): bool specifying if in focus application control must be a textbox control (selection existence and/or contents irrelevant)
Value (key/value form):

# simple form
input: (boolean)

# simple example
input: true

# key/value form
input:
  contains: (string, optional)
  contents: (string, optional)
  selection: (boolean, optional)

# key/value example
input:
  selection: true