Skip to content

Commit bd30fb5

Browse files
fix: add forgotten part of header
1 parent 6747490 commit bd30fb5

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/puppeteer_playwright

1 file changed

+1
-1
lines changed

sources/academy/webscraping/puppeteer_playwright/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Both packages were developed by the same team and are very similar, which is why
2121

2222
> Each lesson's activity will contain examples for both libraries, but we recommend using Playwright, as it is newer and has more features and better [documentation](https://playwright.dev/docs/intro)
2323
24-
## using a headless browser {#advantages-of-headless-browsers}
24+
## Advantages of using a headless browser {#advantages-of-headless-browsers}
2525

2626
When automating a headless browser, you can do a whole lot more in comparison to making HTTP requests for static content. In fact, you can programmatically do pretty much anything a human could do with a browser, such as clicking elements, taking screenshots, typing into text areas, etc.
2727

0 commit comments

Comments
 (0)