We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa63684 commit 1b57359Copy full SHA for 1b57359
2 files changed
README.md
@@ -5,7 +5,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
5
| | Linux | macOS | Windows |
6
| :--- | :---: | :---: | :---: |
7
| Chromium <!-- GEN:chromium-version -->139.0.7258.5<!-- GEN:stop --> | ✅ | ✅ | ✅ |
8
-| WebKit <!-- GEN:webkit-version -->18.5<!-- GEN:stop --> | ✅ | ✅ | ✅ |
+| WebKit <!-- GEN:webkit-version -->26.0<!-- GEN:stop --> | ✅ | ✅ | ✅ |
9
| Firefox <!-- GEN:firefox-version -->140.0.2<!-- GEN:stop --> | ✅ | ✅ | ✅ |
10
11
## Documentation
setup.py
@@ -21,7 +21,7 @@
21
import zipfile
22
from typing import Dict
23
24
-driver_version = "1.54.0-alpha-2025-07-09"
+driver_version = "1.54.0"
25
26
base_wheel_bundles = [
27
{
0 commit comments