Skip to content

Commit 67ea47b

Browse files
authored
chore: roll Playwright to 1.24.0 (microsoft#1447)
1 parent c123ce0 commit 67ea47b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playwright/async_api/_generated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12617,7 +12617,7 @@ def filter(
1261712617
multiple times.
1261812618

1261912619
```py
12620-
row_locator = page.lsocator(\"tr\")
12620+
row_locator = page.locator(\"tr\")
1262112621
# ...
1262212622
await row_locator
1262312623
.filter(has_text=\"text in column 1\")

playwright/sync_api/_generated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12674,7 +12674,7 @@ def filter(
1267412674
multiple times.
1267512675

1267612676
```py
12677-
row_locator = page.lsocator(\"tr\")
12677+
row_locator = page.locator(\"tr\")
1267812678
# ...
1267912679
row_locator
1268012680
.filter(has_text=\"text in column 1\")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
InWheel = None
3131
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand
3232

33-
driver_version = "1.24.0-beta-1657919681000"
33+
driver_version = "1.24.0"
3434

3535

3636
def extractall(zip: zipfile.ZipFile, path: str) -> None:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy