Files
Soham Kukreti 158231be60 feat: add follow_frames support for legacy HTML4 frameset redirects
Detect single full-viewport <frameset> pages and automatically navigate
  to the child frame's URL before the crawl pipeline runs, so JS execution,
  overlay removal, screenshots, and HTML capture all operate on real content
  instead of the empty frameset shell. Fixes false-positive antibot detection
  on frameset wrapper sites (e.g. variosolar.de → varioself.de).

  - Add follow_frames param to CrawlerRunConfig (default True)
  - Add _detect_frameset_redirect() to AsyncPlaywrightCrawlerStrategy
  - Insert Phase 0 frameset detection before Phase 1 (pre-wait JS)
  - Update docs: parameters.md, content-selection.md, page-interaction.md,
    complete-sdk-reference.md
2026-05-22 17:10:42 +05:30
..
2025-01-22 20:51:46 +08:00
2026-03-16 18:46:05 +08:00
2025-10-22 20:41:06 +08:00
2025-12-11 11:04:52 +01:00