Rename some flags name, introducing magic flag.

This commit is contained in:
UncleCode
2024-10-18 12:35:09 +08:00
parent 768aa06ceb
commit dd17ed0e63
2 changed files with 6 additions and 5 deletions

View File

@@ -293,7 +293,7 @@ class WebScrappingStrategy(ContentScrappingStrategy):
Suggestions:
- Try calling the crawl function with these parameters:
simulate_user=True, override_navigator=True
magic=True,
- Set headless=False to visualize what's happening on the page.
If the issue persists, please check the page's structure and any potential anti-crawling measures.