Package org.apache.jmeter.extractor
See: Description
-
Class Summary Class Description JoddExtractor Jodd-Lagerto based CSS/JQuery extractor see http://jodd. DebugPostProcessor Debugging Post-Processor: creates a subSample containing the variables defined in the previous sampler. BeanShellPostProcessor BSFPostProcessorBeanInfo JSR223PostProcessor JSoupExtractor JSoup based CSS/JQuery extractor see http://jsoup. RegexExtractor JSR223PostProcessorBeanInfo BSFPostProcessor HtmlExtractor XPath2Extractor Extracts text from (X)HTML response using XPath query language Example XPath queries: - /html/head/title
- extracts Title from HTML response
- //form[@name='countryForm']//select[@name='country']/option[text()='Czech Republic'])/@value
- extracts value attribute of option element that match text 'Czech Republic' inside of select element with name attribute 'country' inside of form with name attribute 'countryForm'
- //head
- extracts the XML fragment for head node.
- //head/text()
- extracts the text content for head node.
BeanShellPostProcessorBeanInfo XPathExtractor Extracts text from (X)HTML response using XPath query language Example XPath queries: - /html/head/title
- extracts Title from HTML response
- //form[@name='countryForm']//select[@name='country']/option[text()='Czech Republic'])/@value
- extracts value attribute of option element that match text 'Czech Republic' inside of select element with name attribute 'country' inside of form with name attribute 'countryForm'
- //head
- extracts the XML fragment for head node.
- //head/text()
- extracts the text content for head node.
DebugPostProcessorBeanInfo BoundaryExtractor Extracts Strings from a text response between a start and end boundary. RegexExtractorSchema Lists properties of a RegexExtractor. -
Interface Summary Interface Description Extractor CSS/JQuery based extractor for HTML pages -
Object Summary Object Description INSTANCE