source: trunk/autoquest-ui-core/src/main/resources/manuals/condenseMouseClicks @ 1545

Last change on this file since 1545 was 1092, checked in by pharms, 11 years ago
  • added manual for condenseMouseClicks command
File size: 672 bytes
Line 
1condenses mouse clicks, i.e. it reduces a sequence of mouse button down, mouse button up and mouse click with the same button on the same event target to a single mouse click with that button on that target. The mouse button down and mouse button up events are discarded.
2
3$USAGE$
4<sequences> the name of the collection of sequences, of which the mouse clicks shall be condensed
5<new sequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by <sequences>
6
7Example(s):
8condenseMouseClicks someSequences
9condenseMouseClicks someSequences someNewSequences
Note: See TracBrowser for help on using the repository browser.