首页 > 代码库 > JMeter

JMeter

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

<input value="http://www.mamicode.com/radio43" type="radio" name="myradio" id="long_nested_path"/>
<label for="long_nested_path">My Label</label>

结果:

<input value="http://www.mamicode.com/(.+?)".*\n.*My Label

 

JMeter