No results for

Powered byAlgolia
⚠️ This documentation is outdated. Please visit grafana.com for the latest k6 documentation.📚

cookieJar()

Get the active cookie jar.

TypeDescription
CookieJarA CookieJar object.

Example

import http from 'k6/http';
export default function () {
const jar = http.cookieJar();
}