<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
...
</head>
<body class="bodyBg">
...
<input attr-ignore-in-post='****' type='hidden' id='invoiceHeaderRowId' value='1252277'>
...
<div class='three columns display-none' id='invoiceHeaderExts.invoiceHeaderExtRowIdcontainer'>
<label class=' ' id='invoiceHeaderExts.invoiceHeaderExtRowId-label' for='invoiceHeaderExts.invoiceHeaderExtRowId'> </label>
<div class='field'>
<input type="text" id="invoiceHeaderExts.invoiceHeaderExtRowId" name="invoiceHeaderExts.invoiceHeaderExtRowId" attr-type="****" attr-two-phase="****" value="2495" class="input display-none" />
</div>
<div id='invoiceHeaderExts_invoiceHeaderExtRowId_error_message' class='detail-view-error-message'> </div>
</div>
...
<input type='hidden' id='invoiceStatus' value="HOLD" attr-two-phase="*****"> ...
</body>
</html>.exec(http("DetailPage")
.post("/***/ajax/***")
.headers(headers_2)
.resources(http("BillDetail")
.post(uri1 + "/router/***/simple-read.htm")
.headers(headers_0)
.formParam("entityId", "BillEntity")
.formParam("rowId", "${BillRowId}")
...
.formParam("exportConfigurationRowId", "")
.check(css("#invoiceHeaderExts.invoiceHeaderExtRowId", "value").saveAs("InvoiceExtRowId"))
.check(css("#invoiceStatus", "value").find.saveAs("Old_InvoiceStatus")))
)--
You received this message because you are subscribed to the Google Groups "Gatling User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gatling+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/gatling/c3a72350-2950-47b6-b5f6-47accac24099%40googlegroups.com.