Hi all,
I'd like to create an array and the reuse it in an xpath expression and taking the occurence corresponding to the virtual user number, how should I do ?
for example
array[1] = ".... "
array[2] =" .... "
......
the and xpath:
/html/body/td/div[text()=" < array [i] > "]
where i correspond to the virtual user number