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

desc.ActionPause.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Part of a chain action, this will pause or delay given the millis.

*Example:*
| `Navigate To` | http://marcojakob.github.io/dart-dnd/basic/web/ |
| `Action Start` |
| `Action Drag And Drop` | css=body > div > img:nth-child(3) | css=.trash |
| `Action Pause` | 500 |
| `Action Drag And Drop` | css=body > div > img:nth-child(4) | css=.trash |
| `Action Pause` | 500 |
| `Action Drag And Drop` | css=body > div > img:nth-child(5) | css=.trash |
| `Action Pause` | 500 |
| `Action Drag And Drop` | css=body > div > img:nth-child(6) | css=.trash |
| `Action Perform` |

=>

| Pauses for 500 milliseconds every after a drag and drop action.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy