How to extract src value from image tag using JMeter Css extractor.
For example
<img src="tmp/anil_psl.png" / >
Need to extract src value ie. tmp/anil_psl.png
Thanks
>Solution :
- Put
imgas the "Selector" - Put
srcas the "Attribute"
You may also be interested in CSS Selector Reference and How to Use the CSS/JQuery Extractor in JMeter articles
