InterviewSolution
Saved Bookmarks
| 1. |
Can we handle a windows-based pop-up in Selenium, and if not, then what are the alternatives? |
|
Answer» 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. |
|