# File lib/selenium/auto_it_window.rb, line 6
  def initialize(autoit, title, text=nil)
    @autoit = autoit
    @title = title
    @text = text
  end