From e318ee521328ae184cd4e8800696320790b571c8 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 22 Apr 2020 18:00:49 -0700 Subject: [PATCH] docs(readme): fix chromium version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea965bc941..f3279efc88 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Playwright is a Node library to automate the [Chromium](https://www.chromium.org | | ver | Linux | macOS | Win | | ---: | :---: | :---: | :---: | :---: | -| Chromium| | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chromium| 84.0.4117.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | WebKit | 13.0.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Firefox | 76.0b5 | :white_check_mark: | :white_check_mark: | :white_check_mark: | - Headless is supported for all the browsers on all platforms.