Headless screenshot without cookie consent banner
-
I'm looking for a command like
vivaldi-stable --headless --no-sandbox --disable-gpu --window-size=1200,900 --screenshot https://twitter.com/teamvivaldi
that makes a screenshot but without the cookie consent banner.
Is there a command for activating Cookie Crumbler feature at the command line? -
@michaelkracht Hello and Welcome to the Vivaldi Community
When you run Vivaldi with the
headless
flag, it's basically just launching Chromium base, without any Vivaldi features, including no ad-blocking, and so you are still stuck with the limitations of Chromium.A quick search reveals you're not the only one with this problem. The headless feature is really meant for developers, and I suspect you'll need to do some coding to make this work exactly like you want:
https://duckduckgo.com/?kae=t&t=vivaldi&q=chrome+headless+screenshot+cookies&ia=web -
Thanks for the fast reply.
Yes. I need to set up a code extracting a website and converting it to an image.
This is my stackoverflow-post. -
Ppafflick moved this topic from Vivaldi for Linux on