JMeter

需求:提取My Label关联的input的值

<input value="radio43" type="radio" name="myradio" id="long_nested_path"/>
<label for="long_nested_path">My Label</label>

结果:

<input value="(.+?)".*\n.*My Label

 

posted @ 2016-09-25 20:20  Agoly  阅读(423)  评论(0编辑  收藏  举报