Not able to setCookie in Testcafe

Viewed 26

I have set the cookie by using below method in testcafe, once the cookie executes in the site, not able to see the old experience neither new experience also

setCookie("value=1;max-age=4560000;domain=.abc.com;path=/");

    Testcafe Version: 1.15.3
1 Answers
Related