docs: update readme

This commit is contained in:
Pavel Feldman 2020-01-31 06:53:33 -08:00 committed by GitHub
parent 1f8e6e6e6b
commit d05449076a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,10 @@ Playwright is a Node library to automate the [Chromium](https://www.chromium.org
| 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 the browsers on all platforms.
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.
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.
### Installation
@ -165,6 +167,10 @@ We recognize WebDriver as a universal standard for the web automation and testin
Similarly to WebKit, we'd like to offer all of those for review upstream, for now they can be found in the `browser_patches/firefox` folder.
### Q: Does Playwright support new Microsoft Edge?
The new Microsoft Edge browser is based on Chromium, so Playwright supports it.
### Q: Is Playwright ready?
Playwright is ready for your feedback. It respects [semver](https://semver.org/), so please expect some API breakages as we release 1.0. All we can promise is that those breakages are going to be based on your feedback with the sole purpose of making our APIs better.