the workaround with <clickElement> is not necessary anymore: <clickButton> now accepts xpath too.
Alternatively, you can try <clickButton name=""/>, it may work for a button that has no name... if it is the only one (or the first one) without name in the form. Marc- Dierk Koenig wrote: > I'm not sure how your button will ever be recognized :-) but if you can > locate it with an xpath, use <clickElement> > > cheers > Mittie > > -----Original Message----- > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of *Trent Ohannessian > *Sent:* Donnerstag, 25. Mai 2006 17:10 > *To:* [email protected] > *Subject:* [Webtest] Submit a form question > > Hello, > > Is it possible to submit a form that has a submit button but no > "NAME" identifier, no label and no HTMLID? I can't edit the HTML to > add one of these, either. I looked through the Canoo manual and > couldn't find a way around this. > > Thanks! > Trent > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

