Skip to content

Commit 724f4e0

Browse files
authored
fix: export FrameLocator type (#1363)
1 parent f4c8019 commit 724f4e0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

playwright/async_api/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
ElementHandle,
4646
FileChooser,
4747
Frame,
48+
FrameLocator,
4849
JSHandle,
4950
Keyboard,
5051
Locator,
@@ -135,6 +136,7 @@ def expect(
135136
"FilePayload",
136137
"FloatRect",
137138
"Frame",
139+
"FrameLocator",
138140
"Geolocation",
139141
"HttpCredentials",
140142
"JSHandle",

playwright/sync_api/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
ElementHandle,
4646
FileChooser,
4747
Frame,
48+
FrameLocator,
4849
JSHandle,
4950
Keyboard,
5051
Locator,
@@ -134,6 +135,7 @@ def expect(
134135
"FilePayload",
135136
"FloatRect",
136137
"Frame",
138+
"FrameLocator",
137139
"Geolocation",
138140
"HttpCredentials",
139141
"JSHandle",

0 commit comments

Comments
 (0)