2021-01-01 15:17:27 -08:00
|
|
|
---
|
|
|
|
id: languages
|
|
|
|
title: "Supported languages"
|
|
|
|
---
|
2020-12-30 18:04:51 -08:00
|
|
|
|
|
|
|
The Playwright API is available in multiple languages.
|
|
|
|
|
2021-01-01 15:17:27 -08:00
|
|
|
<!-- TOC -->
|
2020-12-30 18:04:51 -08:00
|
|
|
|
|
|
|
## JavaScript and TypeScript
|
|
|
|
|
2022-01-28 05:00:09 +08:00
|
|
|
[Playwright for Node.js](https://playwright.dev/docs/intro) is available.
|
2020-12-30 18:04:51 -08:00
|
|
|
|
2021-03-19 06:35:55 +08:00
|
|
|
* [NPM](https://www.npmjs.com/package/playwright)
|
2022-01-28 05:00:09 +08:00
|
|
|
* [Documentation](https://playwright.dev/docs/intro)
|
2021-03-19 06:35:55 +08:00
|
|
|
* [API](https://playwright.dev/docs/api/class-playwright)
|
2020-12-30 18:04:51 -08:00
|
|
|
* [GitHub repo](https://github.com/microsoft/playwright)
|
|
|
|
|
|
|
|
## Python
|
|
|
|
|
2022-01-28 05:00:09 +08:00
|
|
|
[Playwright for Python](https://playwright.dev/python/docs/intro) is available.
|
2020-12-30 18:04:51 -08:00
|
|
|
|
2022-01-28 05:00:09 +08:00
|
|
|
* [Documentation](https://playwright.dev/python/docs/intro)
|
2021-01-21 16:41:42 -08:00
|
|
|
* [API](https://playwright.dev/python/docs/api/class-playwright)
|
2020-12-30 18:04:51 -08:00
|
|
|
* [Playwright on PyPI](https://pypi.org/project/playwright/)
|
|
|
|
* [GitHub repo](https://github.com/microsoft/playwright-python)
|
|
|
|
* [Pytest integration](https://github.com/microsoft/playwright-pytest)
|
|
|
|
|
2021-03-19 06:35:55 +08:00
|
|
|
## Java
|
|
|
|
|
2022-01-28 05:00:09 +08:00
|
|
|
[Playwright for Java](https://playwright.dev/java/docs/intro) is available.
|
2021-03-19 06:35:55 +08:00
|
|
|
|
2022-01-28 05:00:09 +08:00
|
|
|
* [Documentation](https://playwright.dev/java/docs/intro)
|
2021-03-19 06:35:55 +08:00
|
|
|
* [API](https://playwright.dev/java/docs/api/class-playwright)
|
|
|
|
* [GitHub repo](https://github.com/microsoft/playwright-java)
|
|
|
|
|
2021-06-10 09:16:10 -07:00
|
|
|
## .NET
|
2020-12-30 18:04:51 -08:00
|
|
|
|
2022-01-28 05:00:09 +08:00
|
|
|
[Playwright for .NET](https://playwright.dev/dotnet/docs/intro) is available.
|
2021-05-15 10:56:10 -07:00
|
|
|
|
2022-01-28 05:00:09 +08:00
|
|
|
* [Documentation](https://playwright.dev/dotnet/docs/intro)
|
2021-05-15 10:56:10 -07:00
|
|
|
* [API](https://playwright.dev/dotnet/docs/api/class-playwright)
|
2021-06-10 09:16:10 -07:00
|
|
|
* [GitHub repo](https://github.com/microsoft/playwright-dotnet)
|
2021-05-15 10:56:10 -07:00
|
|
|
* [Playwright on NuGet](https://www.nuget.org/packages/Microsoft.Playwright)
|