<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
TagRequiredLegal ValuesDefault ValueDescription
<move_to>yesx/y coordinatenullThe point on screen to move to (starting from the current cursor position)
   Optional Tags
TagRequiredLegal ValuesDefault ValueDescription
<pause_for>noInteger (milliseconds)AutoThe number of milliseconds to pause at this location. (The pause will be auto-calculated if you don't specify a value)

Next