Handle multiple windows [new window/tab] in protractor
In one of earlier post, we have how to handle multiple windows or popups in selenium, this post will explain how to handle popups or new windows in protractor using typescript Protractor gives a method getAllWindowHandles() which returns all the windows currently browser is holding. and then we can access each window by using index,…