I have a script that opens images in a Chrome tab and I need it to save them to the Finder.
Only Chrome's user session has access to the images. Any script or Chrome plug-in that tries to directly download the images from their URLs in a way that is external to the user session receives a 403 error.
Is there a way to save the image in a tab that has been opened in Chrome via AppleScript to the Finder?