ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Window.WaitForVisibility(visibilityState, timeout) method
Namespaces > ArtOfTest.WebAii.Win32 > Window > WaitForVisibility(Boolean, Int32)
Waits for a certain visibility state for a window
Syntax
C#
public void WaitForVisibility (
	bool visibilityState,
	int timeout
)
Parameters
visibilityState (Boolean)
The visibility state of the window to wait for. True: wait until window is visible (The window needs to have its handle created before calling this method), False, wait until window is invisible.
timeout (Int32)
The wait timeout in msecs.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)