# File AgileGuiTesting.rb, line 152
def doubleclick (x, y)
  click(x, y, 0.2, false)
  click(x, y, 0.2, false)
end