I am trying to automate a website to download some wallpapers using chromewebdriver, selenium and python. While now I am able to get the website but the notification permission popup is coming up before the selector selects the images.
is there a way to accept/block the popup using the driver? thanks