PlaywrightCapture 1.31.5__tar.gz → 1.31.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/PKG-INFO +1 -1
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/playwrightcapture/capture.py +1 -1
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/pyproject.toml +1 -1
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/LICENSE +0 -0
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/README.md +0 -0
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/playwrightcapture/__init__.py +0 -0
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/playwrightcapture/exceptions.py +0 -0
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/playwrightcapture/helpers.py +0 -0
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/playwrightcapture/py.typed +0 -0
- {playwrightcapture-1.31.5 → playwrightcapture-1.31.6}/playwrightcapture/socks5dnslookup.py +0 -0
@@ -299,7 +299,7 @@ class Capture():
|
|
299
299
|
return self._cookies
|
300
300
|
|
301
301
|
@cookies.setter
|
302
|
-
def cookies(self, cookies: list[dict[str, Any]] | None) -> None:
|
302
|
+
def cookies(self, cookies: list[SetCookieParam | dict[str, Any]] | None) -> None:
|
303
303
|
'''Cookies to send along to the initial request.
|
304
304
|
:param cookies: The cookies, in this format: https://playwright.dev/python/docs/api/class-browsercontext#browser-context-add-cookies
|
305
305
|
'''
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|