All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.ActionClick.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy