Screenshot website cookies cloudmersive.com

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!

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

There is no alternative? Because their pricing is quite high for what they offer and for what I would want to use it.

No, there is no alternative service that does what Dumpling AI does.

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?

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

Thanks! Works like a charm!

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

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.

I’m always looking for better and cheaper!