I have my on students site I hope to open it from mail
get an image
paste it in Preview
delay to enlarge it if necessary
open a new folder
delay again
choose a folder
paste the image
close Preview
Return to google
Is it possible using Mojave?
Can I do it as a loop?
I need to use Google as the students uise various encoding ways and dropping the file requires the proprewr folder esch time
what do you mean by “google”? Google Drive? or a search page in the browser? or something else? also where is “open it from mail” in this process?
Scripting needs some information to do its work.
So, “get an image” must mean that you give a specific URL to the script so it can download the image.
Once the image is downloaded, you can “choose a folder” to save it.
No need to “paste it in Preview” since very likely Preview is going to be the default app to open the image.
“Return to google” and “Can I do it as a loop?”, this probably means you will be giving a list of image URLs to be downloaded to a specific folder. You can use “Image Events” to work with the images, if possible, and a folder to download all the pictures. Yes it can be done with Mojave, but you have to rethink your script.