What I’m trying to achieve at the moment is to save the preview image of the current page in a local folder, It is known that I can download it using the download button that comes with the page, but I don’t know how to find the source information from the page and use it to download it to a fixed folder.
If its an browser then click the setting in browser and then access the downloads as shown below and change the folder from their so when you click the download then it automatically goes to the specific folder.
You still have the chance to change browser settings? In case it won’t affect other robots, changing this setting would make sense to me. You just need to remember to make a note of it, so that you remember to change it in the future as well (in case of browser updates, server migrations etc.).
Thank you for replying again, I used the method you mentioned to use click activity realize it and it did work, but the problem is that once Google Chrome changes its place for the default download settings on the page, this process no longer works for me, so I’m trying to come up with other ways to do this, and if it’s possible to get the source files through the underlying code.