# File 6GoogleChrome.rb, line 23
def test_file_open
  c 'test the File | Open process'
  c 'open a new tab'
  apple 't'

  c 'open a file'
  apple 'o'
  wait 1000
  type '/Users/Al/DevDaily/AgileGuiTesting/scripts/support/blue.html\n'
  wait 500
  type '\n'

  wait_for_xycolor 220, 280, 0, 0, 255
  wait 1000

  c 'close the tab we created'
  wait 250
  apple 'w'
end