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

desc.ActionClickAndHold.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Part of a chain action, clicks (without releasing) on the current mouse position or in the middle of the given element.

To do a release use the `Action Release` keyword.

*Example:*
| `Navigate To`  | http://marcojakob.github.io/dart-dnd/basic/web/ |
| `Action Start` |
| `Action Move To Element` | css=body > div > img:nth-child(3) |
| `Action Click And Hold` |
| `Action Move To Element` | css=.trash | 10 | 10 |
| `Action Release` |
| `Action Click And Hold` | css=body > div > img:nth-child(4) |
| `Action Move To Element` | css=.trash | 10 | 10 |
| `Action Release` |
| `Action Perform` |

=>

| Navigate to http://marcojakob.github.io/dart-dnd/basic/web/
| Hovers on the document image element
| Then click and hold on the document element and release.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy