Skip to main content

Common use cases

Learn about some of the most common use cases of Playwright and Puppeteer, and how to handle these use cases when you run into them.


You can do just about anything with a headless browser, but, there are some extremely common use cases that are important to understand and be prepared for when you might run into them. This short section will be all about solving these common situations. Here's what we'll be covering:

  1. Login flow (logging into an account)
  2. Paginating through results on a website
  3. Solving browser challenges (ex. captchas)
  4. More!

Next up

The first lesson of this section is all about logging into a website and running multiple concurrent operations within a user's account.