I can extract a list of value from a web pages. I know how to use each value of this list one by one but I don't know how to use all values one time. For example : "value1,value2,value3,value4"
Thanks a lot
The best would be to use a NeoLoad javascript and call all your occurrences with a "for" loop. Then store the result in a new NeoLoad variable that will be used in your subsequent request.