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 ```