Skip to content

Commit 3ac8d58

Browse files
Merge pull request #79 from JigsawStack/update/scroll_param
update: scroll param
2 parents a58b69f + 18cc417 commit 3ac8d58

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)