Wiro
September 11, 2024, 6:45pm
1
Hi,
I tried using cloudmersive.com to screenshot website. But the issue is that it takes a screen shot when the cookie window is still in the screen.
Is there any way to get past this?
EDIT: I tried HTML/CSS to Image as well, but same issue.
Thanks!
samliew
September 12, 2024, 1:22am
2
You can use DumplingAI.
It has the Block Cookie Banners option:
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
1 Like
Wiro
September 12, 2024, 8:18am
3
There is no alternative? Because their pricing is quite high for what they offer and for what I would want to use it.
samliew
September 12, 2024, 1:24pm
4
No, there is no alternative service that does what Dumpling AI does.
Wiro
September 12, 2024, 1:43pm
5
Alright, I’ve tried Dumpling, but I can’t seem to save the image to my Google Drive, I get a binary file instead of an image (jpg,png).
Can you help me solving this?
samliew
September 12, 2024, 1:51pm
6
The output is a URL, so you will need to use a HTTP “Get a file” module to download it first.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
1 Like
Wiro
September 12, 2024, 8:43pm
7
Thanks! Works like a charm!
Wiro
October 13, 2024, 8:48am
8
Hi, just for your information, I have found an alternative (which is a lot cheaper):
The issue with this one were the cookies, but after contact, they have told me that it’s solved quite easily:
Just add to the CSS:
#didomi-popup {
display: none !important;
}
Now it will take screenshots without the cookie banners.
1 Like
Alifar
October 13, 2024, 9:37am
9
Hi there, it can be done much cheaper when hosting your own python script. I have build something similar for automating website tests. If you are still searching for a cheaper solution let me know.
Wiro
October 14, 2024, 3:57pm
10
I’m always looking for better and cheaper!