Relative Content

Tag Archive for htmlpython-3.xselenium-webdriverweb-scrapingiframe

switching to iframe getting error: Message: no such element: element not found

I’m trying to remove a pop-up inside an iframe that is inside a div which is inside an overlay div. I have to find the close button and click. My code is able to locate the iframe and is printing the iframe before switching to it and is shown empty. It is the same iframe that contains the pop up. I’m getting error while switching to it.