Ranorex: How to Catch Cookie Content?

386 views Asked by At

Is there a way to catch cookie content with a Standard Ranorex function? I guess it's ofcourse possible with a custom C# module. But if there is a standard "ClearCookie" function maybe there is a similar one to read Cookie content? I didn't find such a function so far.

Thanks, Rainer

1

There are 1 answers

1
user1982826 On

No, there is no built in function in Ranorex to get http cookies. clearCookie is just a parameter not a method or function, but there is already a stackoverflow post which describes how to get Http-Cookies in C#

Get cookies from httpwebrequest

If you want to have a built-in function in Ranorex you can submit a feature request http://www.ranorex.com/uservoice.html