# File AgileGuiTesting.rb, line 94
def move_mouse (x, y)
  @robot.mouseMove(x,y)
  sleep 0.5
end