Re: [Wtr-general] HOW TO READ DOM elements from Watir

2006-09-17 Thread Phlip
Bret Pettichord wrote: > BTW, i have used this technique ALL THE TIME in my work on Watir. > > Another good method is "ole_get_methods" which is handy when you are > trying to pull some information from an element. > Phlip wrote: > > ...how to query such > > an object for its "Intellisense" Ano

Re: [Wtr-general] HOW TO READ DOM elements from Watir

2006-09-17 Thread Bret Pettichord
BTW, i have used this technique ALL THE TIME in my work on Watir. Another good method is "ole_get_methods" which is handy when you are trying to pull some information from an element. Bret Phlip wrote: > Charley Baker wrote: > > >> As far as activex controls I'm not quite sure how that figur

Re: [Wtr-general] HOW TO READ DOM elements from Watir

2006-09-17 Thread Phlip
Charley Baker wrote: > As far as activex controls I'm not quite sure how that figures in to > your question, but follow Phlip's advice if it does. I don't mean ActiveX controls embedded in a web page. I mean that each gizmo in the DOM - every Element, Form, Attribute, etc, is itself an Automatio

Re: [Wtr-general] HOW TO READ DOM elements from Watir

2006-09-15 Thread Charley Baker
There are examples in watir's unittests, the user guide - http://www.openqa.org/watir/watir_user_guide.html There's also some documentation on microsoft's site on html and dhtml: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/dhtml_ reference_entry.asp This mail

Re: [Wtr-general] HOW TO READ DOM elements from Watir

2006-09-15 Thread Phlip
srinivas vejalla wrote: > Can some one know me examples and list of APIs to read > DOM elements from Watir scripts. Do you need them, or does your program need them? If the former, you can use Firefox, hit your page, and use Tools -> DOM Inspector. I just discovered each time I click on an ele

[Wtr-general] HOW TO READ DOM elements from Watir

2006-09-15 Thread srinivas vejalla
HI Can some one know me examples and list of APIs to read DOM elements from Watir scripts. Thanks Srini ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general