Skip to content

doubleClickAt (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • Double clicks on a link, button, checkbox or radio button based on the co-ordinates mentioned in the Value.. If the action causes a new page to load (like a link usually does), call waitForPageToLoad.
  • Syntax
  • doubleClickAt(locator, coordString)
  • Target
  • locator -an element locator
  • Value
  • coordString - specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator
  • Return Value
  • N/A
 
 

Feedback and Knowledge Base