JMeter CSS JQuery Extractor
I guess if you are here, chances are you have already visited our JMeter series on variable extraction:
- XPath Extractor: extract content from XML responses using XPath Expressions,
- Regexp Extractor: extract content using Regular Expressions,
- and Json Path Extractor: extractor content using JsonPath.
There is another way to extract content from a server response: Using CSS Selectors or JQuery Selectors.
Let's see how we can leverage selectors to extract variables with JMeter!