Types
BrowserAction
module-attribute
¶
BrowserAction = Annotated[
Union[
ClickAction,
WaitAction,
WaitSelectorAction,
ScrollXAction,
ScrollYAction,
ScrollToAction,
FillAction,
ExecuteAction,
ScreenShotAction,
WaitForRequestCompletionAction,
],
Field(discriminator="action"),
]
Defines the valid types that can be passed to the
play_with_browser parameter in the RequestParameters
model
RegionCodeType
module-attribute
¶
Defines the valid strings that can be passed to the
regional_geo_code parameter in the RequestParameters
model
WaitUntilType
module-attribute
¶
Defines the valid strings that can be passed to the
wait_until parameter in the RequestParameters
model
DeviceType
module-attribute
¶
Defines the valid strings that can be passed to the
device parameter in the RequestParameters
model
OutputType
module-attribute
¶
Defines the valid strings that can be passed to the
output parameter in the RequestParameters
model
HttpMethod
module-attribute
¶
Defines the valid HTTP methods that can be passed to the
method parameter in the PreparedScrapeDoRequest model
PayloadType
module-attribute
¶
Defines the valid types of payload that can be passed to the
payload_type parameter in the PreparedScrapeDoRequest model