clickAt (UI Automation - Manipulation)
Compatible with:
- Purpose
- 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.
- Syntax
- clickAt(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