>From http://www.w3schools.com/tags/standardattributes.asp:
Standard Attributes - HTML tags can have attributes. The special attributes for each tag are listed under each tag description. The attributes listed here are the core and language attributes that are standard for all tags (with a few exceptions). Core Attributes - Not valid in base, head, html, meta, param, script, style, and title elements. Attribute / Value / Description ... title / tooltip_text / A text to display in a tool tip ----- My html: <input type="checkbox" name="val_1001" title="Describes documents of high importance"> Zeljko -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Tuesday, August 02, 2005 6:22 AM To: [email protected] 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 [mailto:[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
