Ross Wollman

Results 145 comments of Ross Wollman

Closed related issue in Python repo and moving the example from the user here for triaging: https://github.com/microsoft/playwright-python/issues/1420#issuecomment-1191053014

Next to each assertion, can you past the DOM/HTML you are running this assertion against, and include what you expect the assertion to do? (Either pass or error). This will...

Closing per-above as part of triage. If you're still facing an issue, please file a new issue referencing this one! Thanks!

Can you elaborate on your use case? How are the screenshots used and how are they being triggered? If you want screenshots across all tabs for the duration of the...

My best guess on why it works with tracing on: when tracing is enabled, Playwright tells CR to send screencasts of all its pages so it's maybe already hitting a...

Closing as part of triage. If you're still facing an issue, please re-file with the logs requested above as well as the code and commands you are running. This will...

Per-above, closing to keep things consolidated to https://github.com/microsoft/playwright/issues/8114.

Thanks for the code snippets! I tried repro'ing, but it worked without error. The docker container builds and runs clean. Can you include debug logs: `DEBUG="pw:browser" python3 pw.py`? Thanks! Also,...

Can you try with [official image](https://playwright.dev/docs/docker) and see if you get the same error? `mcr.microsoft.com/playwright:v1.23.1-focal` That will help narrow it down. There's more than a few places where it could...

It does not repro on Docker for Mac, but I can reproduce it on Docker in GitHub Codespaces. ``` pw:browser /root/.cache/ms-playwright/webkit-1668/pw_run.sh --inspector-pipe --headless --no-startup-window +0ms pw:browser pid=440 +2ms pw:protocol SEND...