Uses of Class
us.abstracta.jmeter.javadsl.http.DslCookieManager
-
Packages that use DslCookieManager Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.http -
-
Uses of DslCookieManager in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslCookieManager Modifier and Type Method Description static DslCookieManagerJmeterDsl. httpCookies()Builds a Cookie manager at the test plan level which allows configuring cookies settings used by HTTPRequest samplers. -
Uses of DslCookieManager in us.abstracta.jmeter.javadsl.http
Methods in us.abstracta.jmeter.javadsl.http that return DslCookieManager Modifier and Type Method Description DslCookieManagerDslCookieManager. clearCookiesBetweenIterations(boolean clear)Allows to enable or disable clearing cookies between thread group iterations.DslCookieManagerDslCookieManager. cookiePolicy(DslCookieManager.CookiePolicy policy)Used to set the required cookie policy used to manage cookies.DslCookieManagerDslCookieManager. disable()Disables HTTP cookies handling for the test plan.
-