Skip to content

typeAndWait (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • Sets the value of an input field, as though you typed it in.
  • Can also be used to set the value of combo boxes, check boxes, etc. In these cases, value should be the value of the option selected, not the visible text.
  • Syntax
  • typeAndWait(locator, value)
  • Target
  • locator - an element locator
  • Value
  • value - the value to type
  • Return Value
  • N/A

 

Feedback and Knowledge Base