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

desc.DragAndDrop.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Drags element identified with locator.

Element can be moved either by a certain amount of pixels with movement argument, or on top of another element with target argument.

movement is a string in format "+70 -300" interpreted as pixels relative to the dragged element's original position.

target is a locator of the element where the dragged object is dropped.

Examples:
| Drag And Drop | myElem | +50 -35 | # Move myElem 50px right and 35px down. |
| Drag And Drop | elem1 |target=elem2 | # Move elem1 over elem2. |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy