Forum Discussion
bagochips
7 years agoContributor
Try something like this
def cookie_name = testRunner.testCase.testSteps["Request_Step_Name"].testRequest.response.responseHeaders["Cookie-Name"]
log.info cookie_name
// Change Cookie-Name to whatever the name of the header name you are looking for
- NarasimhaRaoSL7 years agoNew Contributor
Hi, Tried the above code but getting NULL as result. Its a browser generating cookie. So can we get browser generating cookie using groovy?
- ebbydurai6 years agoSenior Member
bagochip's example should work for you if you correctly replace
"Request_Step_Name" with your test step and "Cookie-Name" with the correct response header name in which you are getting the cookie value
Related Content
- 24 days ago
- 10 years ago
- 6 years ago