Is there a way to handle inconsistent PopUp/Alert in Selenium Framework apart from Try Catch block?
We have one Application which went through new enhancements this year and now there is new Forsee pop up which always appears in different pages. Basically I can't go back to each and every methods/Keywords in my Framework to implement Try Catch to handle it. Additionally if that appears in middle of keyword execution then I don't want it to go in Catch block.