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(
12617
12617
multiple times.
12618
12618
12619
12619
```py
12620
- row_locator = page.lsocator (\"tr\")
12620
+ row_locator = page.locator (\"tr\")
12621
12621
# ...
12622
12622
await row_locator
12623
12623
.filter(has_text=\"text in column 1\")
Original file line number Diff line number Diff line change @@ -12674,7 +12674,7 @@ def filter(
12674
12674
multiple times.
12675
12675
12676
12676
```py
12677
- row_locator = page.lsocator (\"tr\")
12677
+ row_locator = page.locator (\"tr\")
12678
12678
# ...
12679
12679
row_locator
12680
12680
.filter(has_text=\"text in column 1\")
Original file line number Diff line number Diff line change 30
30
InWheel = None
31
31
from wheel .bdist_wheel import bdist_wheel as BDistWheelCommand
32
32
33
- driver_version = "1.24.0-beta-1657919681000 "
33
+ driver_version = "1.24.0"
34
34
35
35
36
36
def extractall (zip : zipfile .ZipFile , path : str ) -> None :
You can’t perform that action at this time.
0 commit comments