Puppeteer (SetCookies)

How Exactly does this block work ?
When I Choose the Domain I want to set Cookie on and put in the cookie I get error “(Network.setCookies): Invalid cookie fields”, my example cookie is “acceptedallterms:0,1, 2,3”
and yes I navigate to the page first…

Please share the LoliCode or something to reproduce the error, I think you’re passing the dictionary wrong. You need to pass it like you would write them in the Http Request block.

name: value

one per line

1 Like