# File lib/selenium/auto_it_driver.rb, line 40 def on_window_active(title, text = nil) @autoit.WinWaitActive(title, text, 30) yield @@autoit end