Let's build a screenshot APITwo years have passed since the launch of ScreenshotOne, and I want to do a fun coding exercise and build a tiny subset of what the API is today, butMar 24, 2024·16 min read
How to take website screenshots with GoToday, there are many options to make screenshots of any URL with Go: Selenium WebDriver client for Go. You can use the Go analog of Puppeteer. Playwright library. Or Screenshot API as a service. They might overlap, but there is no best solution. E...Jun 1, 2022·5 min read
How to take a screenshot with PuppeteerMaking screenshots of the websites with Puppeteer can be tricky. A lot of pitfalls wait for us. Let's examine Puppeteer on a set of "screenshotting" problems and tackle arising pitfalls. I posted worked Puppeteer examples to understand the context of...Jan 6, 2022·12 min read