Skip to content

Commit 8a40fd0

Browse files
committed
docs: update the readme intro sentence
1 parent 76c22b7 commit 8a40fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
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**.
88

9-
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.
9+
Playwright is focused on enabling **cross-browser** web automation platform that is **ever-green**, **capable**, **reliable** and **fast**.
1010

1111
| | ver | Linux | macOS | Win |
1212
| ---: | :---: | :---: | :---: | :---: |
1313
| Chromium| 81.0.4044 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1414
| WebKit | 13.0.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1515
| Firefox |73.0b3 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1616

17-
Headless is supported for all browsers on all platforms. This includes support for the new Microsoft Edge browser, which is based on Chromium.
17+
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. Headless is supported for all the browsers on all platforms. This includes support for the new Microsoft Edge browser, which is based on Chromium.
1818

1919
### Installation
2020

0 commit comments

Comments
 (0)