desc.ActionClick.txt Maven / Gradle / Ivy
Part of a chain action, Clicks on the current mouse location or in the middle of the given element.
*Usage:*
| `Action Click` | css=#documentation-menu > a |
| `Action Click` |
=>
| Click on the given locator
| Click on the current mouse location
*Example:*
| `Navigate To` | http://jspringbot.org |
| `Action Start` |
| `Action Move To Element` | css=#documentation-menu > a |
| `Action Click` |
| `Action Perform` |
=>
| Navigate to http://jspringbot.org
| Hovers on the Document menu
| Then click on the document menu.