selenium get popup window python code example
Example: how to handle windows based popup in selenium
Selenium doesn’t support windows based applications.
It is an automation testing tool which supports
only web application testing. We could handle
windows based popups in Selenium using some
third party tools such as AutoIT, Robot class etc.