use regex extractor (post processor), like this:
reference name: productID
regex: "productID" value="([0-9]+)"
template: $1$
match no: 1
default value: not_found
you now have access to your product id with ${productID}
//chris
wrote:
Hi,
I could see a response data(HTML format) from my request, how can I get the
value from it?
I need to get the value of the productID and it looks like
name="productID" value="10" in the HTML.
Any idea?
Thanks,
Tiffany
--
View this message in context:
http://www.n
Hi,
I could see a response data(HTML format) from my request, how can I get the
value from it?
I need to get the value of the productID and it looks like
name="productID" value="10" in the HTML.
Any idea?
Thanks,
Tiffany
--
View this message in context:
http://www.n
3 matches
Mail list logo