docs: clarify what core features are (#19842)
This commit is contained in:
parent
b2820fccda
commit
54c90576c6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue