browser icon indicating copy to clipboard operation
browser copied to clipboard

cdp: error.MissingField on Target.createTarget with chromedp

Open krichprollsch opened this issue 3 months ago • 1 comments

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"}}

krichprollsch avatar Oct 24 '24 14:10 krichprollsch