Preface
Puppeteer is a multi-purpose browser automation tool created by Google. You will see Puppeteer being used in many different ways. It's used for web scraping, task automation, content generation, web monitoring, and UI testing.
This book focuses on UI testing, but we won't stop there. For instance, we have a chapter focused on content generation and another chapter that focuses on web scraping. If you read this book from cover to cover, you will be able to use Puppeteer in all fields.
When I found that there was no book about Puppeteer available on the market, that really motivated me: I wanted this book to cover the entire Puppeteer API. By the end of this book, you'll have learned about the whole Puppeteer API.