<demo> <section> <screen> <cursor_move> |
Use any number of cursor_move's to shift the cursor around the screen before the final click_point.
Required Tags | ||||
Tag | Required | Legal Values | Default Value | Description |
---|---|---|---|---|
<move_to> | yes | x/y coordinate | null | The point on screen to move to (starting from the current cursor position) |
Optional Tags | ||||
Tag | Required | Legal Values | Default Value | Description |
<pause_for> | no | Integer (milliseconds) | Auto | The number of milliseconds to pause at this location. (The pause will be auto-calculated if you don't specify a value) |
Next |