playwright-python
playwright-python copied to clipboard
Python version of the Playwright testing and automation library.
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 6.2.1. Changelog Sourced from pytest-cov's changelog. 6.2.1 (2025-06-12) Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper...
Please backport client side changes: - [ ] https://github.com/microsoft/playwright/pull/36180 - [ ] https://github.com/microsoft/playwright/pull/36208 - [ ] https://github.com/microsoft/playwright/pull/36211 - [ ] https://github.com/microsoft/playwright/pull/36216 - [ ] https://github.com/microsoft/playwright/pull/36224 - [ ] https://github.com/microsoft/playwright/pull/36168 -...
### 🚀 Feature Request add snapshotForAI support. base Python version inplement PlayWright MCP Server。 ### Example _No response_ ### Motivation base Python version inplement PlayWright MCP Server。
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.6.1 to 3.7.0. Changelog Sourced from pytest-xdist's changelog. pytest-xdist 3.7.0 (2025-05-26) Features [#1142](https://github.com/pytest-dev/pytest-xdist/issues/1142) <https://github.com/pytest-dev/pytest-xdist/issues/1142>_: Added support for Python 3.13. [#1144](https://github.com/pytest-dev/pytest-xdist/issues/1144) <https://github.com/pytest-dev/pytest-xdist/issues/1144>_: The internal steal command is now...
### Version pytest-playwright==0.7.0 playwright==1.52.0 ### Steps to reproduce The following file (e.g. `test_wait_for_url.py`) ```py from playwright.sync_api import Page def test_wait_for_url(page: Page) -> None: page.set_default_timeout(5_000) page.goto("https://example.com") page.wait_for_url("https://foo.bar") ``` when run via...
### Version 1.52.0 ### Steps to reproduce ```python import asyncio import json from playwright.async_api import async_playwright TEST_URL = "https://api.ipify.org?format=json" PROXY = { "server": "http://proxy_url:proxy_port", "username": "username", "password": "password", } async...
### Version latest ### Steps to reproduce  cant get content of file uploaded ### Expected behavior get asdasdasd in post_data ### Actual behavior in pyptteer i can get this...
This PR optimizes `_connection.py` even further. This further fixes https://github.com/microsoft/playwright-python/issues/2744. In the current code, we: 1. Retrieve the entire stack, by calling `getattr(task, "__pw_stack__", inspect.stack(0))` 2. Parse the entire stack...
Please backport client side changes: - [ ] https://github.com/microsoft/playwright/pull/35645 - [ ] https://github.com/microsoft/playwright/pull/35686 - [ ] https://github.com/microsoft/playwright/pull/35721 - [ ] https://github.com/microsoft/playwright/pull/35722 - [ ] https://github.com/microsoft/playwright/pull/35723 - [ ] https://github.com/microsoft/playwright/pull/35800 -...
Bumps [auditwheel](https://github.com/pypa/auditwheel) from 6.2.0 to 6.3.0. Release notes Sourced from auditwheel's releases. 6.3.0 Released March 16, 2025 User-facing changes [FEATURE] Add GNU_PROPERTY_X86_ISA_1_NEEDED detection (#535) [FEATURE] Add option to set zip...