One question, i identify the value to replace by parameter, but i wonder how to deal with such case.
Here the URL, all numbers are dynamic:
navGenerate&aftk1639=1719586588&_dc=1410364709964&aftk1639=1719586588
Now when i take a look into my script in order to replace this value with parameters i create i saw this in "submit data":
"Name=aftk1165", "Value=1221940266", ENDITEM,
I would like to know how i could parse the value, because name is dynamic too, so could we use the previous parameter as LB for the second one ?
Here my parameters definition:
web_reg_save_param(AFTK1,"LB=navGenerate&aftk","RB=&_dc=",LAST);
web_reg_save_param(DC,"LB=&_dc","RB=&aftk",LAST);
i need on other definition, and my RB for the first one is not good, but i cannot see how to deal with boundaries :(
Could we use regular expression ?
I try with Vugen 12, same problem of course...
Any help would be appreciated, it is not a very important trouble, but i hate that a problem is stronger than me :)