Skip to content

Commit 2e59d30

Browse files
chore: export types in __all__ (microsoft#367)
1 parent 87fd4b5 commit 2e59d30

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

playwright/__init__.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,24 @@ def sync_playwright() -> SyncPlaywrightContextManager:
5454
__all__ = [
5555
"async_playwright",
5656
"sync_playwright",
57+
"ConsoleMessageLocation",
58+
"Cookie",
59+
"Credentials",
60+
"DeviceDescriptor",
5761
"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",
5875
"TimeoutError",
5976
]
6077

0 commit comments

Comments
 (0)