Skip to content

Commit 18fc190

Browse files
authored
Merge pull request #391 from apify/puppeteer-playwright
Puppeteer/Playwright: Common use cases section + two new lessons
2 parents 67bccb8 + c6ba957 commit 18fc190

File tree

9 files changed

+1053
-2
lines changed

9 files changed

+1053
-2
lines changed

content/academy/anti_scraping/mitigation/generating_fingerprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Generating fingerprints
3-
description: description
3+
description: Learn how to use two super handy NPM libraries to easily generate fingerprints and inject them into a Playwright or Puppeteer page.
44
menuWeight: 3
55
paths:
66
- anti-scraping/mitigation/generating-fingerprints
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: VII - Common use cases
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.
4+
menuWeight: 7.7
5+
paths:
6+
- puppeteer-playwright/common-use-cases
7+
---
8+
9+
# [](#common-use-cases) Common use cases
10+
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!
17+
18+
# [](#next) Next up
19+
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.
30.7 KB
Loading
33 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)