下面的代码是什么样子的:
<td style="width:150px;">
<select id="ddlMgrMpng" onchange="changeMgr('140')" class="form-control input-sm">
<option value="first" selected="selected">
First Me
</option>
<option value="second">
Second Me
</option>
</select>
</td>
如何在jmeter中捕获值“第一个我”和“第二个我”?
1条答案
按热度按时间wztqucjr1#
检查下面的CSS提取器:-
在“CSS/JQuery提取器”中使用相同的方法。
希望这对你有帮助。