Hi Basanth,
Thank you so much for the reply.
I tried the .exist as well. I said true for both times.
- This displays result as True
- we Closed the window here
- This also displays True value even after the modal window is closed.
I am confused on why? Please help!
Thank you so much for the reply.
I tried the .exist as well. I said true for both times.
Code:
MsgBox Browser("Username Dropdown").Page("Impersonate User").WebElement("UserName").GetROProperty("visible") = "True"Code:
Browser("Username Dropdown").Page("Impersonate User").WebElement("Cancel").ClickCode:
MsgBox Browser("Username Dropdown").Page("Impersonate User").WebElement("UserName").GetROProperty("visible") = "True"I am confused on why? Please help!

