# File AgileGuiTesting.rb, line 189 def type_keycode (char_as_int) wait(10) @robot.keyPress(char_as_int) wait(20) @robot.keyRelease(char_as_int) end