the title is the tooltip for the checkbox. We support this on other objects, so it should be simple to make it work on checkboxes too
<input type=checkbox title = 'a tooltip'> Paul ----- Original Message ----- From: Bret Pettichord <[EMAIL PROTECTED]> Date: Monday, August 1, 2005 10:21 pm Subject: Re: [Wtr-general] RE: file_field.set > I don't understand this request. Can you show the html that > includes the > "title" for a checkbox? I didn't realize this was possible. > > Bret > > At 07:26 AM 8/1/2005, Zeljko Filipin wrote: > >I would also like title support for other html elements (like > checkbox).> > >Zeljko > > > >-----Original Message----- > >From: Zeljko Filipin [EMAIL PROTECTED] > >Sent: Monday, August 01, 2005 1:26 PM > >To: [email protected] > >Subject: file_field.set > > > >1) After I do: > > > >ie.file_field(:index,1).set('C:\file.txt') > > > >I get: > > > >Starting win setFileDialog in new process. Setting text C:\file.txt > >Starting app: C:/ruby/lib/ruby/site_ruby/1.8/watir/setFileDialog.rb > >C:\file.txt > > > >Is there a way to do this without this output? > > > >2) After I do (there is a file field with this title at page): > > > >ie.file_field(:title,'title').set('C:\file.txt') > > > >I get: > > > >C:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1939:in `assert_exists': > Unable to > >locate object, using title and Document filename > >(Watir::Exception::UnknownObject > >Exception) > > from C:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3099:in `set' > >... > > > >Will title be supported for file fields? I would like it. > > > >Zeljko > > > >_______________________________________________ > >Wtr-general mailing list > >[email protected] > >http://rubyforge.org/mailman/listinfo/wtr-general > > _____________________ > Bret Pettichord > www.pettichord.com > > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general > _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
