You can use this simple C# snippet:
return instance.GetCookie("zennolab.com", false);
First parameter (in my example "zennolab.com") - domain for which you want to get cookies
Second - cookie format. You can try both (true or false) to chose the best one for your needs.
Then using Text processing-Regex action you can get cookie value.