playwright-python
playwright-python copied to clipboard
Python version of the Playwright testing and automation library.
Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240602 to 2.32.0.20240622. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### 🚀 Feature Request `expect` can take a custom message to display if the assertion fails. Would like the ability to optionally provide a function to construct and return the...
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.5.1 to 70.1.0. Changelog Sourced from setuptools's changelog. v70.1.0 Features Adopted the bdist_wheel command from the wheel project -- by :user:agronholm (#1386) Improve error message when pkg_resources.ZipProvider...
### Version 1.42 ### Steps to reproduce I run a playwright in k8s, and headless=True: 1、Resources: CPU set to **1**, memory set to **1** 2、When opening a new page or...
Please backport client side changes: - [ ] https://github.com/microsoft/playwright/commit/f45cf659215e97f921add54f6de44cbc171ab303 (chore: add maxRetries to APIRequestContext.delete (#31893)) - [ ] https://github.com/microsoft/playwright/commit/58b0c76f2068417279fdb6acc34fe8db38c19c16 (chore: use soft event emitter (#31868)) - [ ] https://github.com/microsoft/playwright/commit/55187207e43462ea5b89de4675cca98bb893423d (chore:...
Bumps [setuptools](https://github.com/pypa/setuptools) from 72.2.0 to 73.0.1. Changelog Sourced from setuptools's changelog. v73.0.1 Bugfixes Remove abc.ABCMeta metaclass from abstract classes. pypa/setuptools#4503 <https://github.com/pypa/setuptools/pull/4503>_ had an unintended consequence of causing potential TypeError: metaclass...
Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. Commits 789f02c Bump version to 1.11.2 917cc75 An alternative fix for a union-like literal string (#17639) 7d805b3 Unwrap TypedDict item types before storing (#17640)...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.2 to 0.24.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.24.0 0.24.0 (2024-08-22) BREAKING: Updated minimum supported pytest version to v8.2.0 Adds an optional loop_scope keyword argument...
### Version 1.45.1 ### Steps to reproduce 1. init a browser 2. create a cookie json file with content like ``` [ { "name": "ABC", "value": "1111", "domain": ".test.com", "path":...
Bumps [wheel](https://github.com/pypa/wheel) from 0.42.0 to 0.44.0. Release notes Sourced from wheel's releases. 0.44.0 Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn) Deprecated the bdist_wheel module, as the code was...