Hi there! I'm trying to use the regex extractor here + for each.
So, after my request I put a post-processor to get a regex from a response:
I have this on my code : javascript:excluir(123)
So I used this as regex : javascript:excluir([0-9]+) (Note, I don't know regex at all :( )
Reference name I used linkID Template $1$ matchNo -1
And so I created a for each:
Input prefix : LinkID output: ID
on my request I added this variable to the request : ID : ${ID}But this is not working. It don't even get to the for each. Could anyone help me with this?
Thanks
Vinicius
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

