How can I block annoying modal boxes on a website? They are appearing after a random time after entering the registration page and there are also different types of them (e.g. "Do you want to receive Push Notifications", "Complete your profile", ....). It's quite annoying and completely disturbs BAS while working on the site. E.g. the bot is currently entering the email on the registration page, the modal pop up appears and overlays/blocks the complete webpage. So BAS can't type the email address to finish. This shit happens on differents pages and with different modal-/pop up boxes.
So I need to block those boxes beforehand completely that they can't even appear. Otherwise I have to make a check if one of those boxes is open and manually close them after typing in one of the textfields and also re-type the text if it was interrupted before.
Thanks for your help.