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

desc.SimulateDragAndDrop.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
This simulates a drag and drop on html 5. Use this if the drag and drop does not work.

This only supports `css` selector.

*Example:*
| `Navigate To` | http://www.w3schools.com/html/html5_draganddrop.asp |
| `Page Should Contain Element` | css=#div1 > img |
| `Simulate Drag And Drop` | css=#drag1 | css=#div2 |
| `Page Should Contain Element` | css=#div2 > img |
| `Delay` | 1000 |
| `Simulate Drag And Drop` | css=#drag1 | css=#div1 |
| `Page Should Contain Element` | css=#div1 > img |





© 2015 - 2024 Weber Informatics LLC | Privacy Policy