How to List all cookies to string?
-
How to List all cookies to string?
-
FUNCTION Constant "<COOKIES>" -> VAR "StringOfCookies"
You can do this with any list or dictionary variable in order to convert it to its string representation (the same one you see in the data section of the debugger).
-
@Ruri Good,Thankyou