desc.SimulateDragAndDrop.txt Maven / Gradle / Ivy
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 |