Skip to content

clickAtAndWait (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • Generated from clickAt(locator, coordString) 
  • Used to perform click  action on a links, buttons, check-boxes or radio buttons based on the co-ordinates given in Value. If the click action causes a new page to load (like a link usually does), call waitForPageToLoad.
  • This command waits to complete it's action for a default timeout. The default timeout differs in QaSCRIBE and Worksoft SaaS Cloud Platform.
  • Syntax
  • clickAtAndWait(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