mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
5.0 KiB
5.0 KiB
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
Go
Playwright for Go is available in preview.
go get github.com/mxschmitt/playwright-go