doubleClickAtAndWait (UI Automation - Manipulation)
Compatible with:
- Purpose
- Generated from doubleClickAt(locator, coordString)
- Doubleclicks on a link, button, checkbox or radio button. If the action causes a new page to load (like a link usually does), call waitForPageToLoad.
- Syntax
- doubleClickAtAndWait(locator, coordString)
- Target
- locator - An element locator pointing to an element or an element itself.
- 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