我想从Div标签中获取OTP值(123456),因为它每次都会改变 我怎么能在Jmeter中做到这一点? 我有一点想法,它可以通过 xpath提取器& reguler表达 ..但是在东方没有成功那么..请帮帮我。 代码示例是这样的。
<div id="messages">
<div class="section clearfix">
<div class="messages status">
<h2 class="element-invisible">Status message</h2> OTP has been sent to your registered email id. OTP is 123456</div></div></div>
I want OTP value in a variable...so that i can use that dynamically.
答案 0 :(得分:1)
使用正则表达式提取器作为后处理器,如
稍后您可以使用$ {OTP_val}变量
在任何地方使用该值