Re: [Webunitproj-users] RE: radio tag
Brought to you by:
dgan
From: Doron <dg...@sh...> - 2003-05-12 15:29:08
|
Brian, You should have access to all the attributes of a tag. The INPUT tag has a type="radio" (if I recall correctly). So that should allow you to filter your results. -Doron On Mon, 2003-05-12 at 10:32, Brian Knorr wrote: > Just following up to see if anyone has any thoughts on the email > below… thanks, > > > > Brian > > > > -----Original Message----- > From: Brian Knorr > Sent: Wednesday, April 02, 2003 1:03 PM > To: 'web...@li...' > Subject: radio tag > > > > Does anyone know how we could use the find method to get a handle on > all the radio tag on a page? Currently webunit models the input type > radio as a WebTextField, so we end up getting radios and text fields. > We would to just get the radios. If there isn’t a work around, maybe > the best solution is for webunit to model radios with a class like > WebRadioField. Thoughts? > > > > Thanks, > > > > Brian |