docs: clarify what core features are (#19842)

This commit is contained in:
Yury Semikhatsky 2023-01-03 11:30:38 -08:00 committed by GitHub
parent b2820fccda
commit 54c90576c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ id: languages
title: "Supported languages"
---
Playwright is available in multiple languages that share the same underlying implementation. All core features are supported in all languages. Pick the language based on your experience, familiarity with its testing ecosystem and your project constraints. For the best experience pick the test runner that we recommend for each language.
Playwright is available in multiple languages that share the same underlying implementation. All core features for automating the browser are supported in all languages, while testing ecosystem integration is different. Pick the language based on your experience, familiarity with its testing ecosystem and your project constraints. For the best experience pick the test runner that we recommend for each language.
## JavaScript and TypeScript