Method: AutoItWindow#state

Defined in:
lib/selenium/auto_it_window.rb

#stateObject



39
40
41
# File 'lib/selenium/auto_it_window.rb', line 39

def state
  AutoItWindowState.new(@autoit.WinGetState(@title, @text))
end