Skip to content

Commit 18cc417

Browse files
update: scroll param
1 parent a58b69f commit 18cc417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jigsawstack/web.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class BYOProxy(TypedDict):
110110
class BaseAIScrapeParams(TypedDict):
111111
url: NotRequired[str]
112112
html: NotRequired[str]
113+
scroll: NotRequired[bool]
113114
http_headers: NotRequired[Dict[str, Any]]
114115
reject_request_pattern: NotRequired[List[str]]
115116
goto_options: NotRequired[GotoOptions]

0 commit comments

Comments
 (0)