Forum Discussion
karkadil
11 years agoValued Contributor
You'll need to use 3 properties: Exists, Visible and VisibleOnScreen.
First, you verify Exists property in order to be sure that window exists (you need Wait... method to access the window).
Then check the Visible property to make sure that window is visible.
Finally, verify VisibleOnScreen property to make sure your window is on top.
First, you verify Exists property in order to be sure that window exists (you need Wait... method to access the window).
Then check the Visible property to make sure that window is visible.
Finally, verify VisibleOnScreen property to make sure your window is on top.