We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using a chromedp script to request lightpanda CDP, I get the following error:
error(server): do error: error.MissingField
chromedp sent the message:
2024-10-24T16:20:04.571+0200 DEBUG gateway/main.go:259 ws read: type 1, msg {"id":1,"method":"Target.createTarget","params":{"url":"about:blank"}}
The text was updated successfully, but these errors were encountered:
For comparison, where is the Target.createTarget message sent by puppeteer:
Target.createTarget
2024-10-24T16:20:10.782+0200 DEBUG gateway/main.go:259 ws read: type 1, msg {"method":"Target.createTarget","params":{"url":"about:blank","browserContextId":"22648B09EDCCDD11109E2D4FEFBE4F89"},"id":6}
Sorry, something went wrong.
No branches or pull requests
Using a chromedp script to request lightpanda CDP, I get the following error:
chromedp sent the message:
The text was updated successfully, but these errors were encountered: