Package org.apache.jmeter.extractor
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| BeanShellPostProcessor |
No description provided. |
| BeanShellPostProcessorBeanInfo |
No description provided. |
| RegexExtractor |
No description provided. |
| 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'
|