2021-01-02 00:17:27 +01:00
|
|
|
---
|
|
|
|
|
id: languages
|
|
|
|
|
title: "Supported languages"
|
|
|
|
|
---
|
2020-12-31 03:04:51 +01:00
|
|
|
|
|
|
|
|
The Playwright API is available in multiple languages.
|
|
|
|
|
|
2021-01-02 00:17:27 +01:00
|
|
|
<!-- TOC -->
|
2020-12-31 03:04:51 +01:00
|
|
|
|
|
|
|
|
## JavaScript and TypeScript
|
|
|
|
|
|
2021-03-18 23:35:55 +01:00
|
|
|
[Playwright for Node.js](https://playwright.dev/docs/intro/) is available.
|
2020-12-31 03:04:51 +01:00
|
|
|
|
2021-03-18 23:35:55 +01:00
|
|
|
* [NPM](https://www.npmjs.com/package/playwright)
|
|
|
|
|
* [Documentation](https://playwright.dev/docs/intro/)
|
|
|
|
|
* [API](https://playwright.dev/docs/api/class-playwright)
|
2020-12-31 03:04:51 +01:00
|
|
|
* [GitHub repo](https://github.com/microsoft/playwright)
|
|
|
|
|
|
|
|
|
|
## Python
|
|
|
|
|
|
2021-01-22 01:41:42 +01:00
|
|
|
[Playwright for Python](https://playwright.dev/python/docs/intro/) is available.
|
2020-12-31 03:04:51 +01:00
|
|
|
|
2021-01-22 01:41:42 +01:00
|
|
|
* [Documentation](https://playwright.dev/python/docs/intro/)
|
|
|
|
|
* [API](https://playwright.dev/python/docs/api/class-playwright)
|
2020-12-31 03:04:51 +01: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-18 23:35:55 +01:00
|
|
|
## Java
|
|
|
|
|
|
|
|
|
|
[Playwright for Java](https://playwright.dev/java/docs/intro/) is available.
|
|
|
|
|
|
|
|
|
|
* [Documentation](https://playwright.dev/java/docs/intro/)
|
|
|
|
|
* [API](https://playwright.dev/java/docs/api/class-playwright)
|
|
|
|
|
* [GitHub repo](https://github.com/microsoft/playwright-java)
|
|
|
|
|
|
2020-12-31 03:04:51 +01:00
|
|
|
## C#
|
|
|
|
|
|
2021-05-15 19:56:10 +02:00
|
|
|
[Playwright for .NET](https://playwright.dev/dotnet/docs/intro/) is available.
|
|
|
|
|
|
|
|
|
|
* [Documentation](https://playwright.dev/dotnet/docs/intro/)
|
|
|
|
|
* [API](https://playwright.dev/dotnet/docs/api/class-playwright)
|
|
|
|
|
* [GitHub repo](https://github.com/microsoft/playwright-sharp)
|
|
|
|
|
* [Playwright on NuGet](https://www.nuget.org/packages/Microsoft.Playwright)
|
2020-12-31 03:04:51 +01:00
|
|
|
|
|
|
|
|
```
|
2021-05-15 19:56:10 +02:00
|
|
|
dotnet add package Microsoft.Playwright
|
2020-12-31 03:04:51 +01:00
|
|
|
```
|