Using standard xpath like this? //[EMAIL PROTECTED]'10' and @name='blah']
blahbox wrote: > > Hi, > > Does anyone know how to identify a node using two attributes in XPath? > I am testing the max length of an input field; I would liek to use XPath > to point to the name of the input field as well as testing the length of > it. > For example, > <tr><td> > <input maxLength="10" name="blah"></input> > </td></tr> > > How should I verify this particular input field's maxLength is 10? > Thank you, > Lily > > -- View this message in context: http://www.nabble.com/use-two-attributes-to-identify-a-node-tp20192329p20224068.html Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

