PlaywrightCookieParam | API | Crawlee for Python · Fast, reliable Python web crawlers.
Cookie parameters in Playwright format with camelCase naming.
Index
Properties
Properties
domain
domain: NotRequired[str]
expires
expires: NotRequired[float]
httpOnly
httpOnly: NotRequired[bool]
name
name: NotRequired[str]
partitionKey
partitionKey: NotRequired[str | None]
path
path: NotRequired[str]
sameSite
sameSite: NotRequired[Literal[Lax, None, Strict]]
secure
secure: NotRequired[bool]
value
value: NotRequired[str]