playwright-python
playwright-python copied to clipboard
Python version of the Playwright testing and automation library.
### 🚀 Feature Request I'd like to be able to check if all the system dependencies are installed in a non interactive script, and fail cleanly if some dependencies are...
### Version 1.55.0 ### Steps to reproduce I need to set the `--unsafely-treat-insecure-origin-as-secure=http://testurl:port` command line parameter in order to test an application inside a docker container (from a second docker...
### 🚀 Feature Request Performs action and waits for a new Download on BrowserContext. ### Example _No response_ ### Motivation The page.expect_download() method seens cannot handle scenarios where the download...
### Please do not submit this issue. - [x] I understand
### 🚀 Feature Request I was wondering if you might be open to publishing a docker image that includes some of the following tools, in addition to playwright and the...
Bumps [flake8](https://github.com/pycqa/flake8) from 7.2.0 to 7.3.0. Commits c48217e Release 7.3.0 f9e0f33 Merge pull request #1986 from PyCQA/document-f542 6bcdb62 document F542 70a15b8 Merge pull request #1985 from PyCQA/upgrade-deps 4941a3e upgrade pyflakes...
### Version 1.53.0 ### Steps to reproduce 1. use an ubuntu 24.04 2. Clone my repo at [here](https://github.com/Bruksx/playwright-firefox-bug) 3. Run pip install -r requirements.txt 4. playwright install-deps 5. playwright install...
### Version 1.52.0 ### Steps to reproduce I just use playwright's python bindings, and here's my test code. ```python from playwright.sync_api import sync_playwright true = True false = False cookies...