Skip to content

Commit a9e8b14

Browse files
authored
chore: add partitionKey in PlaywrightCookieParam (#1327)
### Description - add `partitionKey` in `PlaywrightCookieParam`
1 parent c5c7dc1 commit a9e8b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crawlee/sessions/_cookies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class PlaywrightCookieParam(TypedDict, total=False):
5252
httpOnly: NotRequired[bool]
5353
expires: NotRequired[float]
5454
sameSite: NotRequired[Literal['Lax', 'None', 'Strict']]
55+
partitionKey: NotRequired[str | None]
5556

5657

5758
@docs_group('Session management')

0 commit comments

Comments
 (0)