Answers for "how to handle windows based popup in selenium"

1

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.
Posted by: Guest on January-14-2021

Code answers related to "how to handle windows based popup in selenium"

Browse Popular Code Answers by Language