I have one pop up which is displayed on middle of the page in 20 seconds after visiting the website and repeatedly displayed within 10 seconds if the user does not do any activity. Because of this pop-up, my test always fails because it does not execute the next line. I want that whenever this pop-up comes up during my test flow it should get handled. this pop-up window comes on every page, so If I miss to cancel or accept it on the main page it will appear to the next redirected page after a few seconds. So now I cant handle this situation.