You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if it gives an error message that is understandable in this scenario.
The text was updated successfully, but these errors were encountered:
thernstig
changed the title
[Feature] Better output from failure with headless=false
[Feature] Better output from failure with headless=false
Apr 27, 2020
just ran into this when doing await chromium.launch({ headless: false }) inside a docker container (goal being to be able to debug from host browser when needed e.g. docker run -p 9229:9229 )
Let's say you ssh to a remote host and run Playwright there. Then if you run with
headless=false
you get this error:It would be nice if it gives an error message that is understandable in this scenario.
The text was updated successfully, but these errors were encountered: