From 54c90576c63d53cde8b2d5ffe0e797603997c0a7 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 3 Jan 2023 11:30:38 -0800 Subject: [PATCH] docs: clarify what core features are (#19842) --- docs/src/languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages.md b/docs/src/languages.md index 40aebb4517..89f500544a 100644 --- a/docs/src/languages.md +++ b/docs/src/languages.md @@ -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