# File lib/selenium/auto_it_window.rb, line 18 def self.on_activation(autoit, title, text = nil) window = wait_for(autoit, title, text) yield window end