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 4eeeaeb commit 7ed6587Copy full SHA for 7ed6587
README.md
@@ -4,7 +4,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
4
5
| | Linux | macOS | Windows |
6
| :--- | :---: | :---: | :---: |
7
-| Chromium <!-- GEN:chromium-version -->138.0.7204.15<!-- GEN:stop --> | ✅ | ✅ | ✅ |
+| Chromium <!-- GEN:chromium-version -->138.0.7204.23<!-- GEN:stop --> | ✅ | ✅ | ✅ |
8
| WebKit <!-- GEN:webkit-version -->18.5<!-- GEN:stop --> | ✅ | ✅ | ✅ |
9
| Firefox <!-- GEN:firefox-version -->139.0<!-- GEN:stop --> | ✅ | ✅ | ✅ |
10
setup.py
@@ -21,7 +21,7 @@
21
import zipfile
22
from typing import Dict
23
24
-driver_version = "1.53.0-beta-1749221468000"
+driver_version = "1.53.1"
25
26
base_wheel_bundles = [
27
{
0 commit comments