[Webtest] Clickbutton question

Carlton Nettleton webtest@lists.canoo.com
Mon, 17 Mar 2003 17:51:47 -0800


Thanks a lot for the JavaScript support!  I am looking forward to using
webTest more now that it can understand some JavaScript.

One problem I ran into today testing out the new enhancements, does webTest
support a clickbutton of type="button", i.e. <INPUT type="button" .../>?  I
went through the documentation and did not find it.  If not, is this
something that can be added to the list of enhancements?

I primarily use a JavaScript onclick events to submit my forms through a
<input type="button" ...>.  If something is missing (as specified in a
JavaScript function), then I use the JavaScript to throw me a message box.
The message box is typically dismissed with an OK click.  Am I expecting too
much from this first release of JavaScript?  Thank you.

Carlton Nettleton