Handle Web Pop Up

I am facing problem with Pop up. I am not able to click element from main page after close pop up.
How to click element on main page? Is there and method to come back to main page.

This depends on the nature of the popup. Is the popup embedded in the DOM of the main page? Is it in a separate window entirely? Is it within a frame? We will need to see your HTML and your test code to diagnose it properly. Thanks.

2 Likes

Embedded in the DOM

We will need to see your HTML and your test code to diagnose it properly.

This was the most important bit of my response…

1 Like