Here is the HTML I'm trying to extract from. I escaped it, so hopefully it renders OK:
<div class="selectBox" /><br/><label for="levelOne">Region:</label><br/><select name="levelOne" id="levelOne" onchange="areaMenuAction(&quot;http://server/app/?&quot;,&quot;levelOne&quot;, this, true, true);"><br/> <option value="71000" selected="selected">71000 - Northeast</option><br/></select> ________________________________ From: Philippe Mouawad <[email protected]> To: JMeter Users List <[email protected]>; Michael Sobczak <[email protected]> Sent: Tuesday, February 5, 2013 3:35 PM Subject: Re: Using CSS/jQuery Extractor Hello, What does your HTML response contain ? can you show it ? Thanks Regards Philippe Follow me on twitter UBIK-INGENIERIE on TWITTER UBIK LOAD PACK BLOG On Tue, Feb 5, 2013 at 9:32 PM, Michael Sobczak <[email protected]> wrote: It doesn't look like that picture came through. Here are the settings I used (that don't work): > > >Apply to: Main sample and sub-samples >CSS/JQuery Extractor Implementation: (blank) > >Reference Name: levelOneVar >CSS/JQuery expression: select[name=levelOne] >Attribute: value >Match No.: 1 >Default Value: (blank) > > > >________________________________ > From: Michael Sobczak <[email protected]> >To: jMeter Users List <[email protected]> >Sent: Tuesday, February 5, 2013 3:16 PM >Subject: Using CSS/jQuery Extractor > > > >I'm trying to get the value of a select, but I keep getting the name of the >jQuery parameter back ({levelOneVar}). > >I've saved the response to a file, and the select does have an option >selected, and the option has a value associated with it. > >I've attached a picture of how I've set this up. Any advice would be much >appreciated. > > >Thanks, > >- Mike. > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] --
