We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a619805 commit 28eda28Copy full SHA for 28eda28
jigsawstack/web.py
@@ -110,7 +110,7 @@ class BYOProxy(TypedDict):
110
111
class BaseAIScrapeParams(TypedDict):
112
url: str
113
- root_element_selectors: NotRequired[str]
+ root_element_selector: NotRequired[str]
114
page_position: NotRequired[int]
115
http_headers: NotRequired[Dict[str, Any]]
116
reject_request_pattern: NotRequired[List[str]]
0 commit comments