Hi People,
I need to grab only the decimals numbers present in the "oProtocolo.valu" in
the following body function:
if (Doc.getElementById("datanasc") != null) {
var oDtNasc = Doc.getElementById("datanasc");
var oProtocolo = Doc.getElementById("protocolo");
var oCpf = Doc.getElementById("cpf");
oDtNasc.value = '02011987';
oProtocolo.value = '000001000790535';
oCpf.value = '00609753002';
Doc.form.submit();
}
I made the following Regex: oProtocolo\.value\ \=\ \' (\d+)
But it's getting nothing in the JMeter (i validated the regex using Regex
Coach (Linux), apparently it's fine).
Any clue?
Thanks!
--
Regards
Evandro Grezeli de B. Neves