-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playwright CDP connection fails with assertion error #363
Comments
Hello @andreakiro, Thank you for the issue. Indeed, we have issues with the playwright's support. It would be very helpful if you can have a debug output with the CDP messages. |
I'm encountering the same error, here are my logs from lightpanda:
and here are the ones from playwright:
|
I thought lightpanda doesn't render DOM and thus can't generate screenshots. |
@shishkin I confirm Lightpanda has no graphical rendering, so screenshots will not work. |
Same error :( any progress yet? |
Hello @sliard, |
When connecting to browser using Playwright's Python CDP interface, connection is immediately closed with an assert error. There might be an incompatibility between Playwright's CDP implementation and Lightpanda's CDP server response.
Environment
Reproduce
Server side;
Client side;
Error output
Server logs
The text was updated successfully, but these errors were encountered: