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 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:
- Login flow (logging into an account)
- Paginating through results on a website
- Solving browser challenges (ex. captchas)
- 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.