Method: AutoItWindow#initialize

Defined in:
lib/selenium/auto_it_window.rb

#initialize(autoit, title, text = nil) ⇒ AutoItWindow

Returns a new instance of AutoItWindow.



6
7
8
9
10
# File 'lib/selenium/auto_it_window.rb', line 6

def initialize(autoit, title, text=nil)
  @autoit = autoit
  @title = title
  @text = text
end