Clear Cookies #1090
Unanswered
orimoloyeb
asked this question in
Q&A
Clear Cookies
#1090
Replies: 2 comments
-
Thanks @orimoloyeb for the feedback, will add to roadmap. There is a similar feature request for this, Please add any further comments there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @orimoloyeb, The entry in the Header (and the variable holds my cookiename): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have a collection. Some of the requests in the collection returns with response cookies.
For example; in the collection there are three requests A, B, and C. When I run the collection,
A
sets a response cookie. How can I either ignore/clear the cookies set byA
beforeB
orC
is executed when it is run as collection ? Im thinking I can use a pre-request script. However, I don't know what function to call ontc
.This is not a problem when not running as a collection because I am able to use the
Clear All
button to remove cookies when running the tests individually.@rangav
Beta Was this translation helpful? Give feedback.
All reactions