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.
2 Replies
Hi @thesankman40 thanks for sharing. @Luis - can you help check this
For now, I'll use screenshotone instead of puppeteer to move things along.