Skip to content

Commit c2a906f

Browse files
committed
Write login flow lesson
1 parent 21e13c1 commit c2a906f

File tree

4 files changed

+389
-9
lines changed

4 files changed

+389
-9
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
---
22
title: VII - Common use cases
3-
description: description
3+
description: Learn about some of the most common uses cases of Playwright and Puppeteer, and how to handle these use cases when you run into them.
44
menuWeight: 7.7
55
paths:
66
- puppeteer-playwright/common-use-cases
77
---
88

99
# [](#common-use-cases) Common use cases
1010

11-
<!-- We'll go over login flow, pagination, etc. -->
11+
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:
12+
13+
1. Login flow (logging into an account)
14+
2. Paginating through results on a website
15+
3. Solving browser challenges (ex. captchas)
16+
4. More!
1217

1318
# [](#next) Next up
1419

15-
<!-- about the next lesson -->
20+
The [first lesson]({{@link puppeteer_playwright/common_use_cases/logging_into_a_website.md}}) of this section is all about logging into a website and running multiple concurrent operations within a user's account.
33 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)