Module Watir::Win32
In: watir/win32.rb

Methods

Constants

GetUnknown = Win32API.new(@@iedialog_file, 'GetUnknown', ['l', 'p'], 'v')
User32 = DL.dlopen('user32')
FindWindowEx = User32['FindWindowEx', 'LLLpp']
GetWindow = User32['GetWindow', 'ILL']   method for this found in wet-winobj/wet/winobjects/WinUtils.rb
GW_HWNDFIRST = 0   GetWindows Constants
GW_HWNDLAST = 1
GW_HWNDNEXT = 2
GW_HWNDPREV = 3
GW_OWNER = 4
GW_CHILD = 5
GW_ENABLEDPOPUP = 6
GW_MAX = 6
IsWindow = User32['IsWindow', 'II']

Public Class methods

Does the window with the specified window handle (hwnd) exist?

[Validate]