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: