From e83ef2b1c0e6adf742128c2c5b6d1e1d09c83e9d Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 9 Jun 2021 09:24:10 -0700 Subject: [PATCH] chore: update versions in README (#479) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cfb25fc..76106c97 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | -| Chromium 92.0.4498.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chromium 93.0.4530.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | WebKit 14.2 | ✅ | ✅ | ✅ | -| Firefox 89.0b6 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Firefox 89.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | Headless execution is supported for all the browsers on all platforms. Check out [system requirements](https://playwright.dev/java/docs/next/intro/#system-requirements) for details. @@ -43,7 +43,7 @@ To run Playwright simply add following dependency to your Maven project: com.microsoft.playwright playwright - 1.11.0 + 1.12.0 ```