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 @@ -5,7 +5,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
55| | Linux | macOS | Windows |
66| :--- | :---: | :---: | :---: |
77| Chromium <!-- GEN:chromium-version --> 139.0.7258.5<!-- GEN:stop --> | ✅ | ✅ | ✅ |
8- | WebKit <!-- GEN:webkit-version --> 18.5 <!-- GEN:stop --> | ✅ | ✅ | ✅ |
8+ | WebKit <!-- GEN:webkit-version --> 26.0 <!-- GEN:stop --> | ✅ | ✅ | ✅ |
99| Firefox <!-- GEN:firefox-version --> 140.0.2<!-- GEN:stop --> | ✅ | ✅ | ✅ |
1010
1111## Documentation
Original file line number Diff line number Diff line change 2121import zipfile
2222from typing import Dict
2323
24- driver_version = "1.54.0-alpha-2025-07-09 "
24+ driver_version = "1.54.0"
2525
2626base_wheel_bundles = [
2727 {
You can’t perform that action at this time.
0 commit comments