Method: Watir::IE#hwnd

Defined in:
lib/watir/ie-class.rb

#hwndObject

Return the current window handle



307
308
309
310
# File 'lib/watir/ie-class.rb', line 307

def hwnd
  raise "Not attached to a browser" if @ie.nil?
  @hwnd ||= @ie.hwnd
end