Skip to content

Commit

Permalink
docs: bump Chromium version (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Jan 31, 2020
1 parent adc5e3b commit 76c22b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
###### [API](https:/microsoft/playwright/blob/master/docs/api.md) | [FAQ](#faq) | [Contributing](#contributing)


Playwright is a Node library to automate the [Chromium](https://www.chromium.org/Home), [WebKit](https://webkit.org/) and [Firefox](https://www.mozilla.org/en-US/firefox/new/) browsers with **a single API**. This includes support for the new Microsoft Edge browser, which is based on Chromium.
Playwright is a Node library to automate the [Chromium](https://www.chromium.org/Home), [WebKit](https://webkit.org/) and [Firefox](https://www.mozilla.org/en-US/firefox/new/) browsers with **a single API**.

Playwright is focused on enabling **cross-browser** web automation platform that is **ever-green**, **capable**, **reliable** and **fast**. Our primary goal with Playwright is to improve automated UI testing by eliminating flakiness, improving the speed of execution and offering insights into the browser operation.


| | ver | Linux | macOS | Win |
| ---: | :---: | :---: | :---: | :---: |
| Chromium| 81.0.4032 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Chromium| 81.0.4044 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| WebKit | 13.0.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Firefox |73.0b3 | :white_check_mark: | :white_check_mark: | :white_check_mark: |

Headless is supported for all browsers on all platforms.
Headless is supported for all browsers on all platforms. This includes support for the new Microsoft Edge browser, which is based on Chromium.

### Installation

Expand Down

0 comments on commit 76c22b7

Please sign in to comment.