added stop/resume on found the first item

This commit is contained in:
2026-06-30 19:20:06 +03:30
parent 42ddcdd22e
commit 78265d92ba
5 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ _FIELDS = [
"max_scrolls", "scroll_pause_ms", "no_new_content_timeout_ms",
"pagination_selector", "pagination_selector_type", "max_pages", "pagination_wait_ms",
"item_selector_template", "item_selector_type", "item_url_template", "target_item_ids_json",
"target_url", "scenario",
"target_url", "scenario", "stop_on_first_click",
]