1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Support
## How to file issues and get help
This project uses GitHub issues to track bugs and feature requests. Please search the [existing issues][gh-issues] before filing new ones to avoid duplicates. For new issues, file your bug or feature request as a new issue using corresponding template.
For help and questions about using this project, please see the [docs site for Playwright for Python][docs].
Join our community [Discord Server][discord-server] to connect with other developers using Playwright and ask questions in our 'help-playwright' forum.
## Microsoft Support Policy
Support for Playwright for Python is limited to the resources listed above.
[gh-issues]: https://github.com/microsoft/playwright-python/issues/
[docs]: https://playwright.dev/python/
[discord-server]: https://aka.ms/playwright/discord
|