thesankman40
thesankman406mo ago

Screenshot URL node

I was trying to figure out if I get a screenshot of a URL and the output was so terrible. I tried to figure out what's going on in the node logic and I saw a POST request to https://puppeteer.buildship.run/v1/screenshot, passing the URL and options in the request body as JSON. Is there a way to improve the quality of the screenshot? What should we change? I tried adding delays but nothing seem to work. Please help.
No description
2 Replies
Harini
Harini6mo ago
Hi @thesankman40 thanks for sharing. @Luis - can you help check this
thesankman40
thesankman406mo ago
For now, I'll use screenshotone instead of puppeteer to move things along.