From fb508701efeed415516ba8edf08a63d80e6b8f30 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 26 Jul 2021 09:46:32 -0700 Subject: [PATCH] docs: update browser versions in readme (#529) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58b45090..98da7354 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 93.0.4543.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chromium 93.0.4576.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | WebKit 14.2 | ✅ | ✅ | ✅ | -| Firefox 89.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Firefox 90.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.