You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Wangke Liao <wa...@yahoo-inc.com> on 2002/09/18 21:26:41 UTC

How to capture image in JMeter HTTP Request

Hi, All,

I have a page where the submit button is an image:

<input type=image name="login" src="a link" alt="" width="60" height="20"
border="0"></a>
<img src="another link" alt="" width="10" height="1">

When I try to simulate this "Login" click in JMeter's "HTTP Request"
sampler, what should I use in the name/value pair for this? The method is
POST.

Thanks!

-wangke

P.S.: I tried name="login", value="a link"; also name="login.x", value=1 &
name="login.y", value=2. They worked sometime but failed others, really
weird.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>