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

Python version of the Playwright testing and automation library.

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

**Context:** - Playwright Version: 1.24.1 - Operating System: Linux - Python version: 3.9.6 - Browser: Chromium, Firefox, WebKit **Code Snippet** ```python import asyncio from playwright.async_api import async_playwright async def main():...

Playwright should be able to install browser binaries from poetry install (Python) (Specially related to CI systems) Hi Folks, Two things to start my feature request with: 1.) Poetry is...

P3-collecting-feedback

**Context:** - Playwright Version: 1.18.2 - Operating System: Linux 5.10 Ubuntu 20.04.3 on WSL2 - Python version: 3.10.1 - Node.js version: 14.17.2 - Browser: Chromium in the [Selenium Grid container](https://hub.docker.com/layers/selenium/standalone-chrome/4.1.2-20220208/images/sha256-f80b5fcfb7193873f1d60e44cb25126d6070a8f3d8451b742c40f2a2714562b7?context=explore)...

P3-collecting-feedback

``` =================================== FAILURES =================================== ________ test_should_reject_wait_for_event_on_close_and_error[chromium] ________ page = ws_server = @flaky async def test_should_reject_wait_for_event_on_close_and_error(page, ws_server): async with page.expect_event("websocket") as ws_info: await page.evaluate( """port => { window.ws = new WebSocket('ws://localhost:'...

v1.27

**Context:** - Playwright Version: Tested on Newest Pypi Version & Newest Github Release (Both result in this error) - Operating System: Windows - Python version: 3.10 - Browser: Firefox **Code...

P1-resolve-asap
v1.25

### Your question I'm trying to check status of files while using bulk upload. for single upload I'm using this verification: def verify_entry_process_status(self, entry_name): file_status = self.file_status_selector.replace("ENTRY_NAME", entry_name) expect(self.page.locator(file_status)).not_to_have_text("Processing", timeout=100000)...

triaging

Found using command below: codespell . -S *.js,*.ts,./playwright,./driver,./.eggs -L complies,datas,keypair

Relates https://github.com/microsoft/playwright-python/pull/1482

Please backport client side changes: - [ ] https://github.com/microsoft/playwright/commit/af8e3e7afa142975181153a0d86b602821249500 (feat: print response text when toBeOK fails (#16040)) - [ ] https://github.com/microsoft/playwright/commit/8ed238843b03bb626e7b85503c062a08826cbf55 (chore: allow inspecting element from server (#16324)) - [ ...