Latest in Browser Automation

HomeBrowser Automation

How to create a simple Node app to generate PDF from HTML

Node offers lots of options for data processing and conversion. One of the common scenarios is converting websites to PDF or PNG.

Save full-page screenshots with Chrome

Whenever you need to save a full-page screenshot, there's no need to make several screenshots or make your browser window unbelievably large.
Open the Developer tools with Cmd + Option + J on Mac, or Ctrl + Shift + J on Windows or Linux.
After that, open the command prompt using Command + Shift + P (Mac) or Control + Shift + P (Windows / Linux) and start typing Capture full size screenshot.
2025 Code with Node.js