On 01/06/07, tiffany <[EMAIL PROTECTED]> wrote:
Hi, I try to get an userid from a popup window, but I never get it.
Is there a sampler for the pop-up window? Check the content in the Tree View Listener. JMeter does not run Javascript in web-pages.
My regular expression is very simple: name="userId" value="(.+?)"
Looks OK.
and I have tried the following as well: (?s)name="usrId"\s+ value="(\d+)"
There's an extra space after \s+ that should be removed.
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 -- View this message in context: http://www.nabble.com/Regular-Expression-Extractor---get-value-from-a-popup-window-tf3853920.html#a10918577 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

