Playwright_Scraper/README.md

9 lines
320 B
Markdown
Raw Normal View History

2024-08-14 17:47:49 +00:00
# Playwright_Scraper
Playwright scraper and crawler
2024-08-14 17:51:08 +00:00
# Versions and Differences
BFS version
The BFS version uses the Breadth-First Search Approach
To ensure the crawler explores all pages more thoroughly the crawler processes all immediate links (siblings) at the current depth level before moving on to deeper levels.