I have something on my screen.
<select name="suffix" id="Suffix" class="txtField">
<option value="29"></option>
<option value="30">Jr.</option>
<option value="31">Sr.</option>
<option value="32">I</option>
<option value="33">II</option>
<option value="34">III</option>
</select>
All the values like 29,30,31...34 are dynamic. These could be different in
next load. So I can not hardcode any value for suffix. I have to extract
this from HTML. So if I want to set "Sr." in my script, then how to extract
corresponding value 31 to send as post parameter.
--
View this message in context:
http://jmeter.512774.n5.nabble.com/How-to-extract-value-tp3396086p3396086.html
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]