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 f4c8019 commit 724f4e0Copy full SHA for 724f4e0
playwright/async_api/__init__.py
@@ -45,6 +45,7 @@
45
ElementHandle,
46
FileChooser,
47
Frame,
48
+ FrameLocator,
49
JSHandle,
50
Keyboard,
51
Locator,
@@ -135,6 +136,7 @@ def expect(
135
136
"FilePayload",
137
"FloatRect",
138
"Frame",
139
+ "FrameLocator",
140
"Geolocation",
141
"HttpCredentials",
142
"JSHandle",
playwright/sync_api/__init__.py
@@ -134,6 +135,7 @@ def expect(
134
0 commit comments