I have a problem while trying to test a web application using Selenium / Python. Basically, I cannot test popup window elements.
Scenario: I can check all the elements for the page. But when I click on the button that opens a small popup, I can’t check the items in the popup. It looks like a popup window out of focus or in active mode.
I can check the items on the next page. For example, click the button to go to the next page, and I can work with the elements on the next page. So the problem seems to pop up.
I could post the code, but to be honest, it might be confusing at this point. I can post the code in a later post, thanks
source
share