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="(.+?)".* .*My Label

原文地址:https://www.cnblogs.com/qmfsun/p/5906760.html