Thanks for the response. Below is what I have for the checkbox.

<input id="sg:cf:b:0" type="checkbox" name="sg:cf:b" checked="checked"
value="2C94854D656354990165E824FA460175" int-ns-multiple="sgcfb">

On Mon, Sep 17, 2018 at 12:50 PM Deepak Shetty <shet...@gmail.com> wrote:

> Hi
> you havent posted the text you are matching against so cant say why your
> regex isnt working
> Generally expressions like the above fail because . You have whitespace ,
> or you are using a single quote or there is something between value and the
> end of your tag like a css class and so on. Check the text of the response
> and ensure that your regex is a child of the sampler returning the response
>
> regards
> deepak
>
> On Mon, Sep 17, 2018 at 8:34 AM Puneet Varma <nress.pva...@gmail.com>
> wrote:
>
> > I have used the following regular expression for the value
> > 2C94854D656354990165E824FA460175  with the regular expression
> > value="(.+?)" />
> >
> > it is not working.  it is a check box, Id changes every time I am running
> > it.
> >
> > Any help is greatly appreciate it.
> >
>

Reply via email to