Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1006 Bytes

languages.md

File metadata and controls

48 lines (31 loc) · 1006 Bytes
id title
languages
Supported languages

The Playwright API is available in multiple languages.

JavaScript and TypeScript

Playwright for JavaScript and TypeScript is generally available.

npm i -D playwright

Python

Playwright for Python is available in preview.

pip install playwright

C#

Playwright for C# is available in preview.

dotnet add package PlaywrightSharp

Java

Playwright for Java is available in preview.