I just wondering maybe it's the problem of a hidden type, I try to get the
first value from that source, Jmeter can't get the two values which have the
type hidden, but Jmeter can get other values for me. 

For example, :   <INPUT type="hidden" name="destType" value="3" size="15">,
Jmeter can't get the value=3 for me.

but with <INPUT type="text" name="userId" size="15" value="101" readonly>,
Jmeter can't get the value=101 for me.

Question: Is Jmeter can't read the hidden value from jsp/html page?
               
Thanks,
  Tiffany

========

tiffany wrote:
> 
> Hi,
> 
> I try to get an userid from a popup window, but I never get it.
> 
> My regular expression is very simple:
> 
> name="userId" value="(.+?)" 
> 
> and I have tried the following as well:
> 
> (?s)name="usrId"\s+ value="(\d+)"
> 
> I can't get it work?? Just wondering can Jmeter get the value from a popup
> window? If yes, is anything wrong with my regular expression?
> 
> Help, please?
> 
> Thanks,
>   Tiffany
> =======
> And then I try to just getting the first value with "value=" of the page
> with the regular expression
> value="(\d+)", it always returns the third value in the page, never get
> the first one; I set the template =$1$ and Match #=1, why is it happened?
> 
> How can I solve this problem?
> 
> Thanks,
>   Tiffany
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Regular-Expression-Extractor---get-value-from-a-popup-window-tf3853920.html#a10950075
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to