File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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\")
Original file line number Diff line number Diff 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\")
Original file line number Diff line number Diff line change 3030 InWheel = None
3131from 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
3636def extractall (zip : zipfile .ZipFile , path : str ) -> None :
You can’t perform that action at this time.
0 commit comments