File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
8
8
| :--- | :---: | :---: | :---: |
9
9
| Chromium <!-- GEN:chromium-version --> 93.0.4530.0<!-- GEN:stop --> | ✅ | ✅ | ✅ |
10
10
| WebKit <!-- GEN:webkit-version --> 14.2<!-- GEN:stop --> | ✅ | ✅ | ✅ |
11
- | Firefox <!-- GEN:firefox-version --> 89.0b15 <!-- GEN:stop --> | ✅ | ✅ | ✅ |
11
+ | Firefox <!-- GEN:firefox-version --> 89.0 <!-- GEN:stop --> | ✅ | ✅ | ✅ |
12
12
13
13
Headless execution is supported for all browsers on all platforms.
14
14
Original file line number Diff line number Diff line change 28
28
InWheel = None
29
29
from wheel .bdist_wheel import bdist_wheel as BDistWheelCommand
30
30
31
- driver_version = "1.12.0-next-1623050602000 "
31
+ driver_version = "1.12.0-1623185968000 "
32
32
33
33
34
34
def extractall (zip : zipfile .ZipFile , path : str ) -> None :
You can’t perform that action at this time.
0 commit comments