Handling multiple browser windows/popups using selenium
There are situations in which we get browser popups or multiple browser windows, when we open an URL or click on an element on browser. Note – popups can be blocked in browser using some browser add-ons, but for testing purpose, sometimes we need to allow the popups or multiple windows. A single instance of…