Skip to main content

PlaywrightCookieParam

Cookie parameters in Playwright format with camelCase naming.

Index

Properties

domain

domain: NotRequired[str]

expires

expires: NotRequired[float]

httpOnly

httpOnly: NotRequired[bool]

name

name: NotRequired[str]

path

path: NotRequired[str]

sameSite

sameSite: NotRequired[Literal[Lax, None, Strict]]

secure

secure: NotRequired[bool]

value

value: NotRequired[str]