# File AgileGuiTesting.rb, line 181 def type_keys (data) wait(15) @robot.keyPress(data) wait(50) @robot.keyRelease(data) wait(50) end