Chapter 7: Generating Content with Puppeteer
When I launched Puppeteer-Sharp (https://github.com/hardkoded/puppeteer-sharp) back in 2019, I was surprised to see that the two main use-case scenarios were content generation and web scraping.
Things are not too different in the Node.js world. Lots of developers use Puppeteer in Node.js for content generation and web scraping as well.
If you are a QA analyst, you will learn how to use screenshots to create regression tests. But, please, don't stop there; the other sections will give you a complete picture of everything you can do with Puppeteer on this topic. If you are not much into web development, share this chapter with your development team. No, don't share it – ask them to buy the book. That will be better.
Web developers will love this chapter. We will see how to use Puppeteer as a content generator tool for your website.
We will cover the following topics in this chapter:
- Taking screenshots...