Waits for a certain visibility state for a window
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.
- suppressException (Boolean)
- Whether to throw or return false if the window does not reach the desired visibility state.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
