Thanks ZK.  It did detect the ID based on the Debug Sampler, but I am
unable to get it to click on the link to an additional information in the
next screen.  When the system click on the link, then it will take me to
another screen where I need to add an additional info. Any help is greatly
appreciated.

Thanks


On Fri, May 18, 2018 at 4:09 AM, ZK <[email protected]> wrote:

> Hi,
> the id is encoded with curly brackets:
> ACCESS_TYPE=TEAM_ACCESS_VALUE&id=%7B170529FC-DDC4-C764-6B35-0F189B9F4FF6%7D
>
>
> unencoded=:
> ACCESS_TYPE=TEAM_ACCESS_VALUE&id={170529FC-DDC4-C764-6B35-0F189B9F4FF6}
>
> If you want the regEx to get the id with the curly brackets:
> id=(.+)
>
> If you dont want the curly brackets, this is the regEx:
> id=%7B(.+?)%7D
>
>
>
> ZK
>
>
>
> --
> Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to