1 parent 9edce8c commit 566e359Copy full SHA for 566e359
1 file changed
src/ciberwebscan/config/models.py
@@ -127,7 +127,6 @@ class PaginationConfig(BaseModel):
127
class DynamicScrapingConfig(BaseModel):
128
"""playwright/dynamic scraping settings."""
129
130
- enabled: bool = False
131
wait_timeout: Annotated[float, Field(ge=1.0, le=120.0)] = 10.0
132
wait_for_selector: str | None = None
133
headless: bool = True
0 commit comments