Method: AutoItWindow#state
- Defined in:
- lib/selenium/auto_it_window.rb
#state ⇒ Object
39 40 41 |
# File 'lib/selenium/auto_it_window.rb', line 39 def state AutoItWindowState.new(@autoit.WinGetState(@title, @text)) end |
39 40 41 |
# File 'lib/selenium/auto_it_window.rb', line 39 def state AutoItWindowState.new(@autoit.WinGetState(@title, @text)) end |