playwright-python icon indicating copy to clipboard operation
playwright-python copied to clipboard

Python version of the Playwright testing and automation library.

Results 138 playwright-python issues
Sort by recently updated
recently updated
newest added

### Version 1.55.0 ### Steps to reproduce 1. Run this test script https://gist.github.com/conte91/2ce2d9d4ef4ff75b378e2e07df4ec68a 2. The script spins a HTTP server that serves a page (index.html) containing an iframe. The iframe...

### Page(s) Looking at https://pypi.org/project/playwright/, the "License-Expression" is coming up as a part of "Author", this seems to have started since release 1.5.2. ### Description Requesting for the license metadata...

Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.4.20250809 to 2.32.4.20250913. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-requests&package-manager=pip&previous-version=2.32.4.20250809&new-version=2.32.4.20250913)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
python

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. Changelog Sourced from pytest-cov's changelog. 7.0.0 (2025-09-09) Dropped support for subprocesses measurement. It was a feature added long time ago when coverage lacked a...

dependencies
python

### Version 1.55.0 ### Steps to reproduce # Description: I encountered an issue with the library when handling server responses that use the text/plain;charset=UTF-8 Content-Type header but contain binary data....

This PR significantly improves the Playwright Python README by: - Adding clear step-by-step installation instructions - Including complete working examples for beginners - Adding troubleshooting section for common issues -...

### Version 1.55 ### Steps to reproduce ```Text (function () { for (var i = 1; i

### Version 1.55.0 ### Steps to reproduce I have a rather complicated setup with server rendered components (https://tetraframework.com) in Django. While this may not be a playwrite issue itself, it...

Log traces are not generating for Windows based system when we run --tracing on, No zip files are getting created in the path

### Version 1.55.0 ### Steps to reproduce 1. **Insert the given test file**: * This test has been experimented on my personal Ubuntu 22.04.5 TLS VPS with the custom Docker...