i have tried something like this..looking at the html source, i know that the first "option" would be somewhere 5 lines after the select. so, i have added these 5 \ns. But the # of options this list box would contain is dynamically controlled.
select.*name="mtctType".*class="inputClass".*\n.*\n.*\n.*\n.*\n.*value="([^"]*)".* Using the above exp, the prob is partially resolved. I always get the first value of the list box. Now, in case i want to get the random values from the list box, the above regex fails. How do I resolve that? -- View this message in context: http://jmeter.512774.n5.nabble.com/how-to-from-regex-for-this-scenario-tp5713616p5713652.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]
