How to get cookies from a browser test in JS - TestCafe?

How can I get the cookies from a browser test in JS - TestCafe?

Hi Emma,

To get the cookies in TestCafe, add the below code:

var cookies = driver.manage().getCookies();