playwright/docs/src/languages.md

47 lines
1.3 KiB
Markdown
Raw Normal View History

2021-01-01 15:17:27 -08:00
---
id: languages
title: "Supported languages"
---
The Playwright API is available in multiple languages.
2021-01-01 15:17:27 -08:00
<!-- TOC -->
## JavaScript and TypeScript
2021-03-19 06:35:55 +08:00
[Playwright for Node.js](https://playwright.dev/docs/intro/) is available.
2021-03-19 06:35:55 +08:00
* [NPM](https://www.npmjs.com/package/playwright)
* [Documentation](https://playwright.dev/docs/intro/)
* [API](https://playwright.dev/docs/api/class-playwright)
* [GitHub repo](https://github.com/microsoft/playwright)
## Python
[Playwright for Python](https://playwright.dev/python/docs/intro/) is available.
* [Documentation](https://playwright.dev/python/docs/intro/)
* [API](https://playwright.dev/python/docs/api/class-playwright)
* [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
[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)
## C#
Playwright for C# is available in preview.
```
dotnet add package PlaywrightSharp
```
* [Playwright on NuGet](https://www.nuget.org/packages/PlaywrightSharp/)
* [GitHub repo](https://github.com/microsoft/playwright-sharp)