Skip to content

mouseUpAt (UI Automation - Manipulation)

  • Purpose
  • Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) at the specified location.
  • Syntax
  • mouseUpAt(locator, coordString)
  • Target
  • locator- an element locator.
  • coordString - specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
  • Value
  • N/A
  • Return Value
  • N/A
 
 
 
 
 

Feedback and Knowledge Base