monitoring icon indicating copy to clipboard operation
monitoring copied to clipboard

HTTP rule to test if page contain one string

Open harobed opened this issue 13 years ago • 1 comments

Hi,

I need something like :

HTTP(
    GET="http://localhost:8000/",
    freq=Time.ms(500),
    contain="foobar"
)

to test if the web page contain "foobar" string.

I'll try to implement it as soon as.

Regards, Stephane

harobed avatar Jul 04 '12 13:07 harobed

Great! Thanks

sebastien avatar Jul 04 '12 13:07 sebastien