Cannot achieve corelation(check(....).saveAs(....))

I am new to both Gatling and Scala,I cannot use the “saveAs” value of check in the next place,please help.[line no -99,request_3]

import scala.concurrent.duration._

import io.gatling.core.Predef._
import io.gatling.http.Predef._
import io.gatling.jdbc.Predef._

class checkemail2 extends Simulation {

val httpProtocol = http
.baseURL(“https://www.ajio.com”)
.inferHtmlResources(BlackList("""..js""", “”"..css""", “”"..gif""", “”"..jpeg""", “”"..jpg""", “”"..ico""", “”"..woff""", “”"..(t|o)tf""", “”".*.png"""), WhiteList())

val headers_0 = Map(“User-Agent” → “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36”)

val headers_3 = Map(
“Accept” → “text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8”,
“Accept-Encoding” → “gzip, deflate, br”,
“Accept-Language” → “en-US,en;q=0.9”,
“Cache-Control” → “max-age=0”,
“Connection” → “keep-alive”,
“Origin” → “https://www.ajio.com”,
“Upgrade-Insecure-Requests” → “1”,
“User-Agent” → “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36”)

val headers_5 = Map(
“Accept” → “application/json”,
“Accept-Encoding” → “gzip, deflate, br”,
“Accept-Language” → “en-US,en;q=0.9”,
“Connection” → “keep-alive”,
“User-Agent” → “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36”)

val headers_8 = Map(
“accept” → “text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8”,
“accept-encoding” → “gzip, deflate, br”,
“accept-language” → “en-US,en;q=0.9”,
“cookie” → “IDE=AHWqTUnaOMEqd4vRnh5y-autZGdY7jOIZwK00OmIxAMXRUIbncaU6el48hpSvsuz”,
“referer” → “Online Shopping for Men – Clothing, Footwear, Fashion & Accessories | AJIO”,
“upgrade-insecure-requests” → “1”,
“user-agent” → “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36”,
“x-client-data” → “CIq2yQEIpLbJAQjEtskBCKmdygEIuZ3KAQjYncoBCKijygE=”)

val headers_33 = Map(
“Accept” → “text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8”,
“Accept-Encoding” → “gzip, deflate, br”,
“Accept-Language” → “en-US,en;q=0.9”,
“Connection” → “keep-alive”,
“Upgrade-Insecure-Requests” → “1”,
“User-Agent” → “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36”)

val headers_39 = Map(
“Accept” → “*”,
“Accept-Encoding” → “gzip, deflate, br”,
“Accept-Language” → “en-US,en;q=0.9”,
“Cache” → “no-cache”,
“Connection” → “keep-alive”,
“User-Agent” → “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36”,
“credentials” → “include”)

val uri01 = “https://connect.facebook.net/signals
val uri02 = “https://www.google-analytics.com
val uri03 = “https://www.facebook.com/tr
val uri04 = “https://6045405.fls.doubleclick.net
val uri05 = “https://tracking.sokrati.com
val uri06 = “https://dis.as.criteo.com/dis/dis.aspx
val uri07 = “https://sslwidget.criteo.com/event
val uri08 = “https://googleads.g.doubleclick.net/pagead/viewthroughconversion
val uri09 = “https://www.googletagmanager.com
val uri10 = “Google Ads - Get More Customers & Generate Leads with Online Ads
val uri11 = “https://www.google.co.in/ads/user-lists/854975642
val uri12 = “https://bat.bing.com/action/0
val uri13 = “https://6703826.fls.doubleclick.net
val uri14 = “https://amplifypixel.outbrain.com/pixel
val uri15 = “https://secure.adnxs.com/px
val uri16 = “https://www.googleadservices.com/pagead/conversion/816324818
val feeder = csv(“ayandata.csv”).random

val scn = scenario(“checkemail2”)
.exec(http(“request_0”)
.get(uri03 + “/?id=1075318492562059&ev=SubscribedButtonClick&dl=https%3A%2F%2Fwww.ajio.com%2Flogin&rl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&if=false&ts=1532502056487&cd[buttonText]=SIGN%20IN&cd[buttonFeatures]=%7B%22name%22%3A%22%22%2C%22id%22%3A%22loginbtn%22%2C%22tag%22%3A%22button%22%2C%22classList%22%3A%22%22%2C%22value%22%3A%22%22%2C%22innerText%22%3A%22SIGN%20IN%22%2C%22numChildButtons%22%3A0%2C%22destination%22%3A%22https%3A%2F%2Fwww.ajio.com%2Fj_spring_security_check%22%7D&cd[formFeatures]=%5B%7B%22name%22%3A%22%22%2C%22id%22%3A%22guestPrePopupUrl%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22hidden%22%7D%2C%7B%22name%22%3A%22%22%2C%22id%22%3A%22guestPopupUrl%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22hidden%22%7D%2C%7B%22name%22%3A%22j_username%22%2C%22id%22%3A%22j_username%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22text%22%7D%2C%7B%22name%22%3A%22j_password%22%2C%22id%22%3A%22j_password%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22password%22%7D%2C%7B%22name%22%3A%22CSRFToken%22%2C%22id%22%3A%22%22%2C%22tag%22%3A%22input%22%2C%22inputType%22%3A%22hidden%22%7D%5D&cd[pageFeatures]=%7B%22title%22%3A%22%5Cn%5Ct%5CtSign%20In%20%7C%20AJIO%22%7D&sw=1366&sh=768&v=2.8.23&r=stable&ec=2&o=28&it=1532502048704&es=automatic”)
.check(regex(""“CSRFToken(.*?)”"").saveAs(“csrftoken”))
.headers(headers_0)
.resources(http(“request_1”)
.get(uri02 + “/collect?v=1&_v=j68&a=2130180467&t=event&_s=4&dl=https%3A%2F%2Fwww.ajio.com%2Flogin&dr=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&ul=en-us&de=UTF-8&dt=Sign%20In%20%7C%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&ec=Page%20Interaction&ea=link%20click%3A%20loginTemplate-1&el=loginbtn&_u=SCCAiUAjB~&jid=&gjid=&cid=1466031581.1531821355&uid=&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd1=&cd3=loginpage&cd4=&cd5=&cd6=&cd7=&cd8=&cd19=2018-07-25T12%3A30%3A48.154%2B05%3A30&cd20=1532502048153.7x026jv&cd31=Not%20Logged%20In&cm20=1&cd30=Regular&z=410263111”)
.headers(headers_0)))
.pause(1)
.feed(feeder)
.exec(http(“request_2”)
.get(uri05 + “/lead?res=1366x768&lang=en&client_id=17391&product_category=&item_identifier=&_ur=67718663&_ref=https%3A//www.ajio.com/shop/men&lead_step=funnel_registration”)
.headers(headers_0)
.resources(http(“request_3”)
.post("/j_spring_security_check")
.headers(headers_3)
.formParam(“j_username”, “${uname}”)

.formParam(“j_password”, “${pass}”)

.formParam(“CSRFToken”, “${csrftoken}”),
http(“request_4”)
.get(uri02 + “/gtm/js?id=GTM-W6S3W89&cid=1466031581.1531821355”)
.headers(headers_0),
http(“request_5”)
.get("/api/home/topSearches")
.headers(headers_5),
http(“request_6”)
.get(uri09 + “/gtm.js?id=GTM-5XMX63”)
.headers(headers_0),
http(“request_7”)
.get(uri09 + “/a?id=GTM-W6S3W89&cv=2&v=t&n=ga&s=h1&h=1088&g=1084&p=ga&o=4000&l=868&sr=0.050000&ps=0.04268283706651932&cb=914136426”)
.headers(headers_0),
http(“request_8”)
.get(uri04 + “/activityi;src=6045405;type=invmedia;cat=whedd4mh;u1=landingpage;u2=;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=5008797233981.945?”)
.headers(headers_8),
http(“request_9”)
.get(uri04 + “/activityi;dc_pre=CMHc7obXudwCFYlJKwodJM0B5Q;src=6045405;type=invmedia;cat=whedd4mh;u1=landingpage;u2=;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=5008797233981.945?”)
.headers(headers_8),
http(“request_10”)
.get(uri02 + “/collect?v=1&_v=j68&a=1183684079&t=pageview&_s=1&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&dr=https%3A%2F%2Fwww.ajio.com%2Flogin&ul=en-us&de=UTF-8&dt=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&_u=yCCAgUAjQ~&jid=&gjid=&cid=1466031581.1531821355&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd3=landingpage&cd19=2018-07-25T12%3A31%3A00.92%2B05%3A30&cd20=1532502060091.lmvi38n&linkid=loginbtn&z=2087927033”)
.headers(headers_0),
http(“request_11”)
.get(uri02 + “/collect?v=1&_v=j68&a=1183684079&t=event&ni=1&_s=2&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&dr=https%3A%2F%2Fwww.ajio.com%2Flogin&ul=en-us&de=UTF-8&dt=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&ec=Logged%20In%20Status&ea=Logged%20In%20Status&el=Logged%20In&_u=yCCAiUAjR~&jid=&gjid=&cid=1466031581.1531821355&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd3=landingpage&cd19=2018-07-25T12%3A31%3A00.92%2B05%3A30&cd20=1532502060091.lmvi38n&linkid=loginbtn&cd31=Logged%20In&cm20=1&z=178368166”)
.headers(headers_0),
http(“request_12”)
.get(uri04 + “/activityi;dc_pre=CKSu8YbXudwCFYJJKwod4XwB3g;src=6045405;type=invmedia;cat=whedd4mh;u1=landingpage;u2=;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?”)
.headers(headers_8),
http(“request_13”)
.get(uri01 + “/plugins/identity.js?v=2.8.23”)
.headers(headers_0),
http(“request_14”)
.get(uri01 + “/config/1075318492562059?v=2.8.23&r=stable”)
.headers(headers_0),
http(“request_15”)
.get(uri03 + “/?id=1075318492562059&ev=PageView&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&rl=https%3A%2F%2Fwww.ajio.com%2Flogin&if=false&ts=1532502060460&sw=1366&sh=768&v=2.8.23&r=stable&ec=0&o=28&it=1532502060406”)
.headers(headers_0),
http(“request_16”)
.get(uri13 + “/activityi;src=6703826;type=invmedia;cat=qytzy9zv;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?”)
.headers(headers_0),
http(“request_17”)
.get(uri13 + “/activityi;dc_pre=CIjphofXudwCFcpLKwod4YsPdg;src=6703826;type=invmedia;cat=qytzy9zv;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?”)
.headers(headers_0),
http(“request_18”)
.get(uri15 + “?id=780211&seg=6743299&t=1”)
.headers(headers_0),
http(“request_19”)
.get(uri02 + “/collect?v=1&_v=j68&a=1183684079&t=event&ni=1&_s=3&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&dr=https%3A%2F%2Fwww.ajio.com%2Flogin&ul=en-us&de=UTF-8&dt=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&ec=BrowserType&ea=BrowserType&el=Regular&_u=yCCAiUAjR~&jid=&gjid=&cid=1466031581.1531821355&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd3=landingpage&cd19=2018-07-25T12%3A31%3A00.92%2B05%3A30&cd20=1532502060091.lmvi38n&linkid=loginbtn&cd31=Logged%20In&cm20=1&cd30=Regular&z=1927582816”)
.headers(headers_0),
http(“request_20”)
.get(uri08 + “/854975642/?guid=ON&script=0”)
.headers(headers_0),
http(“request_21”)
.get(uri07 + “?a=36738&v=4.6.2&p0=e%3Dce%26m%3D%255B%255D&p1=e%3Dexd%26site_type%3Dd&p2=e%3Dvh%26ca%3Dm&p3=e%3Ddis&adce=1&lwid=edbd1183-fda9-4fe3-90ce-07bc156e7d9a&tld=ajio.com&dtycbr=15790”)
.headers(headers_0),
http(“request_22”)
.get(uri05 + “/site?res=1366x768&lang=en&client_id=17391&product_category=%3CPRODUCT%20CATEGORY%3E&item_identifier=%3CITEM%20ID%3E&_ur=22142722&_ref=https%3A//www.ajio.com/login”)
.headers(headers_0),
http(“request_23”)
.get(uri12 + “?ti=5695431&Ver=2&mid=bfdf35ad-3891-9232-7978-fb021da01e38&evt=pageLoad&sid=065faa7f-0&lt=3566&pi=1200101525&lg=en-US&sw=1366&sh=768&sc=24&tl=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&kw=men%20online%20shopping,%20men%20shopping%20India,%20men%27s%20fashion,%20men%27s%20fashion%20shop,%20men%20online%20store,%20men%27s%20shopping,%20men%27s%20clothing,%20shop%20men%27s%20fashion,%20buy%20men%27s%20clothing%20online&r=https%3A%2F%2Fwww.ajio.com%2Flogin&p=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&msclkid=N&rn=221195”)
.headers(headers_0),
http(“request_24”)
.get(uri14 + “?mid=008969ef1a3cfcc38b762ba6c75e5400b2”)
.headers(headers_0),
http(“request_25”)
.get(uri16 + “/?label=cOsGCIzlvoABENLBoIUD&guid=ON&script=0”)
.headers(headers_0),
http(“request_26”)
.get(uri13 + “/activityi;src=6703826;type=invmedia;cat=s4qcccdk;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?”)
.headers(headers_0),
http(“request_27”)
.get(uri10 + “/user-lists/854975642/?guid=ON&script=0&cdct=2&is_vtc=1&random=1236178593”)
.headers(headers_0),
http(“request_28”)
.get(uri11 + “/?guid=ON&script=0&cdct=2&is_vtc=1&random=1236178593&ipr=y&ulfeg=y”)
.headers(headers_0),
http(“request_29”)
.get(uri03 + “?id=233163173739076&ev=PageView&noscript=1”)
.headers(headers_0),
http(“request_30”)
.get(uri03 + “/?id=1075318492562059&ev=Microdata&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&rl=https%3A%2F%2Fwww.ajio.com%2Flogin&if=false&ts=1532502061972&cd[Schema.org]=%5B%5D&cd[OpenGraph]=%7B%7D&cd[Meta]=%7B%22title%22%3A%22Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO%22%2C%22meta%3Akeywords%22%3A%22men%20online%20shopping%2C%20men%20shopping%20India%2C%20men%27s%20fashion%2C%20men%27s%20fashion%20shop%2C%20men%20online%20store%2C%20men%27s%20shopping%2C%20men%27s%20clothing%2C%20shop%20men%27s%20fashion%2C%20buy%20men%27s%20clothing%20online%22%2C%22meta%3Adescription%22%3A%22Online%20Shopping%20for%20Men%20-%20Buy%20Shirts%2C%20T-shirts%2C%20Jeans%2C%20Trousers%2C%20Jackets%2C%20Shoes%20%26%20more.%20Prices%20starts%20from%20199%20%E2%9C%93Best%20offers%20%26%20discounts%20%E2%9C%93COD%20%E2%9C%9330%20Day%20Returns.%20Buy%20now%22%7D&cd[DataLayer]=%5B%5D&sw=1366&sh=768&v=2.8.23&r=stable&ec=1&o=28&it=1532502060406&es=automatic”)
.headers(headers_0),
http(“request_31”)
.get(uri10 + “/conversion/816324818/?label=cOsGCIzlvoABENLBoIUD&guid=ON&script=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false&random=64589191&crd=CKrPGw&gsr=&cdct=2&is_vtc=1&ocp_id=LCBYW9CdJsXEugT_vzs&random=906081332”)
.headers(headers_0),
http(“request_32”)
.get(uri10 + “/user-lists/924411026/?value=0&guid=ON&script=0&data=ecomm_prodid%3D%3Becomm_pagetype%3D%3Becomm_totalvalue%3D%3Becomm_pvalue%3D%3Becomm_pname%3D%3Becomm_category%3D&cdct=2&is_vtc=1&random=493987015”)
.headers(headers_0),
http(“request_33”)
.get(uri06 + “?p=36738&cb=85438842724&ref=https%3A%2F%2Fwww.ajio.com%2Flogin&sc_r=1366x768&sc_d=24”)
.headers(headers_33),
http(“request_34”)
.get("/service-worker.js?hash=%7B%22appCss%22%3A%22https%3A%2F%2Fassets.ajio.com%2Fstatic%2Fassets%2Fdesktop.3e3f65f65f9c4614eedd.css%22%2C%22appJs%22%3A%22https%3A%2F%2Fassets.ajio.com%2Fstatic%2Fassets%2Fdesktop.3e3f65f65f9c4614eedd.js%22%7D")
.headers(headers_0)))
.pause(1)
.exec(http(“request_35”)
.get(uri02 + “/collect?v=1&_v=j68&a=1183684079&t=event&_s=4&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&dr=https%3A%2F%2Fwww.ajio.com%2Flogin&ul=en-us&de=UTF-8&dt=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&ec=Page%20Interaction&ea=link%20click%3A%20pagelinks-1&el=SIGN%20OUT&_u=yCCAiUAjR~&jid=&gjid=&cid=1466031581.1531821355&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd3=landingpage&cd19=2018-07-25T12%3A31%3A00.92%2B05%3A30&cd20=1532502060091.lmvi38n&linkid=loginbtn&cd31=Logged%20In&cm20=1&cd30=Regular&z=1269170242”)
.headers(headers_0)
.resources(http(“request_36”)
.get(uri02 + “/collect?v=1&_v=j68&a=1183684079&t=event&_s=5&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&dr=https%3A%2F%2Fwww.ajio.com%2Flogin&ul=en-us&de=UTF-8&dt=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&ec=Button%20Tap&ea=Header%20Button&el=SIGN%20OUT&_u=yCCAiUAjR~&jid=&gjid=&cid=1466031581.1531821355&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd3=landingpage&cd19=2018-07-25T12%3A31%3A00.92%2B05%3A30&cd20=1532502060091.lmvi38n&linkid=loginbtn&cd31=Logged%20In&cm20=1&cd30=Regular&z=1372509436”)
.headers(headers_0),
http(“request_37”)
.get("/logout")
.headers(headers_33),
http(“request_38”)
.get(uri02 + “/gtm/js?id=GTM-W6S3W89&cid=1466031581.1531821355”)
.headers(headers_0),
http(“request_39”)
.get("/cart/cartWishListCount?site=rilfnl")
.headers(headers_39),
http(“request_40”)
.get("/api/home/topSearches")
.headers(headers_5),
http(“request_41”)
.get(uri09 + “/gtm.js?id=GTM-5XMX63”)
.headers(headers_0),
http(“request_42”)
.get(uri04 + “/activityi;src=6045405;type=invmedia;cat=whedd4mh;u1=landingpage;u2=;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=5367553323794.658?”)
.headers(headers_8),
http(“request_43”)
.get(uri04 + “/activityi;dc_pre=CJeSo4rXudwCFYk4KwodpQYDHg;src=6045405;type=invmedia;cat=whedd4mh;u1=landingpage;u2=;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=5367553323794.658?”)
.headers(headers_8),
http(“request_44”)
.get(uri02 + “/collect?v=1&_v=j68&a=868882232&t=pageview&_s=1&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&dr=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&ul=en-us&de=UTF-8&dt=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&_u=yCCAgUAjQ~&jid=&gjid=&cid=1466031581.1531821355&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd3=landingpage&cd19=2018-07-25T12%3A31%3A07.195%2B05%3A30&cd20=1532502067195.dsgsj2y7&z=138064680”)
.headers(headers_0),
http(“request_45”)
.get(uri02 + “/collect?v=1&_v=j68&a=868882232&t=event&ni=1&_s=2&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&dr=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&ul=en-us&de=UTF-8&dt=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&ec=Logged%20In%20Status&ea=Logged%20In%20Status&el=Not%20Logged%20In&_u=yCCAiUAjR~&jid=&gjid=&cid=1466031581.1531821355&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd3=landingpage&cd19=2018-07-25T12%3A31%3A07.195%2B05%3A30&cd20=1532502067195.dsgsj2y7&cd31=Not%20Logged%20In&cm20=1&z=1314579580”)
.headers(headers_0),
http(“request_46”)
.get(uri04 + “/activityi;dc_pre=CPX9pIrXudwCFZN2KwodHMACcQ;src=6045405;type=invmedia;cat=whedd4mh;u1=landingpage;u2=;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?”)
.headers(headers_8),
http(“request_47”)
.get(uri01 + “/plugins/identity.js?v=2.8.23”)
.headers(headers_0),
http(“request_48”)
.get(uri01 + “/config/1075318492562059?v=2.8.23&r=stable”)
.headers(headers_0),
http(“request_49”)
.get(uri03 + “/?id=1075318492562059&ev=PageView&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&rl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&if=false&ts=1532502067657&sw=1366&sh=768&v=2.8.23&r=stable&ec=0&o=28&it=1532502067586”)
.headers(headers_0),
http(“request_50”)
.get(uri13 + “/activityi;src=6703826;type=invmedia;cat=qytzy9zv;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?”)
.headers(headers_0),
http(“request_51”)
.get(uri13 + “/activityi;dc_pre=CK2KuYrXudwCFRBHKwodOd4CjQ;src=6703826;type=invmedia;cat=qytzy9zv;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?”)
.headers(headers_0),
http(“request_52”)
.get(uri15 + “?id=780211&seg=6743299&t=1”)
.headers(headers_0),
http(“request_53”)
.get(uri02 + “/collect?v=1&_v=j68&a=868882232&t=event&ni=1&_s=3&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&dr=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&ul=en-us&de=UTF-8&dt=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&sd=24-bit&sr=1366x768&vp=1349x410&je=0&ec=BrowserType&ea=BrowserType&el=Regular&_u=yCCAiUAjR~&jid=&gjid=&cid=1466031581.1531821355&tid=UA-68002030-1&_gid=370284707.1532493423&gtm=G7g5XMX63&cd3=landingpage&cd19=2018-07-25T12%3A31%3A07.195%2B05%3A30&cd20=1532502067195.dsgsj2y7&cd31=Not%20Logged%20In&cm20=1&cd30=Regular&z=1622393090”)
.headers(headers_0),
http(“request_54”)
.get(uri08 + “/854975642/?guid=ON&script=0”)
.headers(headers_0),
http(“request_55”)
.get(uri07 + “?a=36738&v=4.6.2&p0=e%3Dce%26m%3D%255B%255D&p1=e%3Dexd%26site_type%3Dd&p2=e%3Dvh%26ca%3Dm&p3=e%3Ddis&adce=1&lwid=edbd1183-fda9-4fe3-90ce-07bc156e7d9a&tld=ajio.com&dtycbr=88778”)
.headers(headers_0),
http(“request_56”)
.get(uri05 + “/site?res=1366x768&lang=en&client_id=17391&product_category=%3CPRODUCT%20CATEGORY%3E&item_identifier=%3CITEM%20ID%3E&_ur=59492855&_ref=https%3A//www.ajio.com/shop/men”)
.headers(headers_0),
http(“request_57”)
.get(uri12 + “?ti=5695431&Ver=2&mid=a9fd7513-cb0e-a51f-2c5d-6a862f7a6931&evt=pageLoad&sid=065faa7f-0&lt=3180&pi=1200101525&lg=en-US&sw=1366&sh=768&sc=24&tl=Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO&kw=men%20online%20shopping,%20men%20shopping%20India,%20men%27s%20fashion,%20men%27s%20fashion%20shop,%20men%20online%20store,%20men%27s%20shopping,%20men%27s%20clothing,%20shop%20men%27s%20fashion,%20buy%20men%27s%20clothing%20online&r=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&p=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&msclkid=N&rn=934632”)
.headers(headers_0),
http(“request_58”)
.get(uri10 + “/user-lists/854975642/?guid=ON&script=0&cdct=2&is_vtc=1&random=270257598”)
.headers(headers_0),
http(“request_59”)
.get(uri16 + “/?label=cOsGCIzlvoABENLBoIUD&guid=ON&script=0”)
.headers(headers_0),
http(“request_60”)
.get(uri13 + “/activityi;src=6703826;type=invmedia;cat=s4qcccdk;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?”)
.headers(headers_0),
http(“request_61”)
.get(uri11 + “/?guid=ON&script=0&cdct=2&is_vtc=1&random=270257598&ipr=y&ulfeg=y”)
.headers(headers_0),
http(“request_62”)
.get(uri08 + “/816324818/?label=cOsGCIzlvoABENLBoIUD&guid=ON&script=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false&ocp_id=MyBYW5ncNsXauAT9sKeYAQ&random=315021433&crd=CKrPGw&gsr=”)
.headers(headers_0),
http(“request_63”)
.get(uri06 + “?p=36738&cb=37457299566&ref=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&sc_r=1366x768&sc_d=24”)
.headers(headers_33),
http(“request_64”)
.get(uri03 + “/?id=1075318492562059&ev=Microdata&dl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&rl=https%3A%2F%2Fwww.ajio.com%2Fshop%2Fmen&if=false&ts=1532502069183&cd[Schema.org]=%5B%5D&cd[OpenGraph]=%7B%7D&cd[Meta]=%7B%22title%22%3A%22Online%20Men%20fashion%20shopping%20site%20in%20India%20-%20AJIO%22%2C%22meta%3Akeywords%22%3A%22men%20online%20shopping%2C%20men%20shopping%20India%2C%20men%27s%20fashion%2C%20men%27s%20fashion%20shop%2C%20men%20online%20store%2C%20men%27s%20shopping%2C%20men%27s%20clothing%2C%20shop%20men%27s%20fashion%2C%20buy%20men%27s%20clothing%20online%22%2C%22meta%3Adescription%22%3A%22Online%20Shopping%20for%20Men%20-%20Buy%20Shirts%2C%20T-shirts%2C%20Jeans%2C%20Trousers%2C%20Jackets%2C%20Shoes%20%26%20more.%20Prices%20starts%20from%20199%20%E2%9C%93Best%20offers%20%26%20discounts%20%E2%9C%93COD%20%E2%9C%9330%20Day%20Returns.%20Buy%20now%22%7D&cd[DataLayer]=%5B%5D&sw=1366&sh=768&v=2.8.23&r=stable&ec=1&o=28&it=1532502067586&es=automatic”)
.headers(headers_0),
http(“request_65”)
.get(uri10 + “/conversion/816324818/?label=cOsGCIzlvoABENLBoIUD&guid=ON&script=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false&random=315021433&crd=CKrPGw&gsr=&cdct=2&is_vtc=1&ocp_id=MyBYW5ncNsXauAT9sKeYAQ&random=3934544514”)
.headers(headers_0),
http(“request_66”)
.get(uri08 + “/924411026/?value=0&guid=ON&script=0&data=ecomm_prodid%3D%3Becomm_pagetype%3D%3Becomm_totalvalue%3D%3Becomm_pvalue%3D%3Becomm_pname%3D%3Becomm_category%3D”)
.headers(headers_0),
http(“request_67”)
.get(uri10 + “/user-lists/924411026/?value=0&guid=ON&script=0&data=ecomm_prodid%3D%3Becomm_pagetype%3D%3Becomm_totalvalue%3D%3Becomm_pvalue%3D%3Becomm_pname%3D%3Becomm_category%3D&cdct=2&is_vtc=1&random=2563154159”)
.headers(headers_0)))
.pause(1)
.exec(http(“request_68”)
.get("/service-worker.js?hash=%7B%22appCss%22%3A%22https%3A%2F%2Fassets.ajio.com%2Fstatic%2Fassets%2Fdesktop.3e3f65f65f9c4614eedd.css%22%2C%22appJs%22%3A%22https%3A%2F%2Fassets.ajio.com%2Fstatic%2Fassets%2Fdesktop.3e3f65f65f9c4614eedd.js%22%7D")
.headers(headers_0))

setUp(scn.inject(atOnceUsers(1))).protocols(httpProtocol)
}

checkemail2.scala (23.5 KB)

the error that it is showing is attched.please suggest.