[Jmeter]Xpath获取元素某个属性的值,以及获取最后一个元素某个属性的值
XPath获取元素某个属性的值
XPath query: clients/attribute::total
XPath获取最后一个元素某个属性的值
XPath query: /clients/client[last()]/attribute::order
XPath获取元素某个属性的值
XPath query: clients/attribute::total
XPath获取最后一个元素某个属性的值
XPath query: /clients/client[last()]/attribute::order