I am unable to set JSON style cookies with either setCookie or by executing javascript. Does WPT support JSON style cookies?
This has not worked:
setCookie https://www.myurl.com mycookie={“mycookie”:true}
Neither has this:
execAndWait document.cookie=‘mycookie={“mycookie”:true};domain=myurl.com;path=/;’;
Is there a bug or am I doing something wrong? I need to be able to set this cookie with several json nodes.