File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
4
4
5
5
| | Linux | macOS | Windows |
6
6
| :--- | :---: | :---: | :---: |
7
- | Chromium <!-- GEN:chromium-version --> 128.0.6613.7 <!-- GEN:stop --> | ✅ | ✅ | ✅ |
7
+ | Chromium <!-- GEN:chromium-version --> 128.0.6613.18 <!-- GEN:stop --> | ✅ | ✅ | ✅ |
8
8
| WebKit <!-- GEN:webkit-version --> 18.0<!-- GEN:stop --> | ✅ | ✅ | ✅ |
9
9
| Firefox <!-- GEN:firefox-version --> 128.0<!-- GEN:stop --> | ✅ | ✅ | ✅ |
10
10
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.46.0-beta-1722359450000 "
33
+ driver_version = "1.46.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