# File lib/selenium/auto_it_window.rb, line 12 def self.wait_for(autoit, title, text = nil) window = self.new(autoit, title, text) window.wait_for_appear window end