We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fd4b5 commit 2e59d30Copy full SHA for 2e59d30
playwright/__init__.py
@@ -54,7 +54,24 @@ def sync_playwright() -> SyncPlaywrightContextManager:
54
__all__ = [
55
"async_playwright",
56
"sync_playwright",
57
+ "ConsoleMessageLocation",
58
+ "Cookie",
59
+ "Credentials",
60
+ "DeviceDescriptor",
61
"Error",
62
+ "FilePayload",
63
+ "FloatRect",
64
+ "Geolocation",
65
+ "IntSize",
66
+ "MousePosition",
67
+ "PdfMargins",
68
+ "ProxyServer",
69
+ "RecordHarOptions",
70
+ "RecordVideoOptions",
71
+ "RequestFailure",
72
+ "ResourceTiming",
73
+ "SelectOption",
74
+ "StorageState",
75
"TimeoutError",
76
]
77
0 commit comments