[Jmeter]Xpath获取元素某个属性的值,以及获取最后一个元素某个属性的值

XPath获取元素某个属性的值

XPath query:  clients/attribute::total

 

XPath获取最后一个元素某个属性的值

XPath query:   /clients/client[last()]/attribute::order

 

 

posted on 2014-07-01 11:37  张缤分  阅读(2010)  评论(0编辑  收藏  举报

导航