Skip to content

doubleClickTypeAndWait (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • Generated from doubleClickType(locator, value)
  • Can also be used to set the value of combo boxes, check boxes, etc. In these cases, the value should be the value of the option selected, not the visible text.
  • Syntax
  • doubleClickTypeAndWait(locator, value)
  • Target
  • locator - An element locator pointing to an element or an element itself.
  • Value
  • value -  The value to be typed.
  • Return Value
  • N/A
 
 
 

Feedback and Knowledge Base