From 7b920eaad9ca1b53e0bc19876929c7a4d8d9a6e1 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 8 Jun 2021 14:42:25 -0700 Subject: [PATCH] feat(roll): roll Playwright to 1.12.0-1623185968000 (#747) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b377baa33..7e0321dd0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H | :--- | :---: | :---: | :---: | | Chromium 93.0.4530.0 | ✅ | ✅ | ✅ | | WebKit 14.2 | ✅ | ✅ | ✅ | -| Firefox 89.0b15 | ✅ | ✅ | ✅ | +| Firefox 89.0 | ✅ | ✅ | ✅ | Headless execution is supported for all browsers on all platforms. diff --git a/setup.py b/setup.py index 624fdee1b..5db5cf478 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ InWheel = None from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand -driver_version = "1.12.0-next-1623050602000" +driver_version = "1.12.0-1623185968000" def extractall(zip: zipfile.ZipFile, path: str) -> None: