3 minutes readKey takeaways The XPath Extractor pulls values out of an XML or HTML response for use in later requests. Match on a stable element rather than position, which changes with the response. For JSON use the JSON extractor instead; XPath on JSON is a workaround, not a solution. In order to add an XPath Extractor… Read more »