0 votes
in Selenium by
Can we handle a windows-based pop-up in Selenium, and if not, then what are the alternatives?

1 Answer

0 votes
by

No, Selenium doesn’t support windows-based pop-ups as it’s an automated testing tool built for web application-based testing. However, with the support of third-party tools like AutoIT, Robot class, etc., windows-based pop-ups can be handled in selenium.

...