2009/5/30 Chuck van der Linden <sqa...@gmail.com>
> I have some things happening where I really need to be able to access
> things that are defined as a header row (using <TH> tags) in a table.
> but Watir doesn't currently support this.

Really? I thought you could do:

browser.th(how, what)

You can extend Watir if that does not work:

http://zeljkofilipin.com/2007/07/04/extend-watir/

> Or am I going to finally be forced
> into learning how to do xpath stuff?

Xpath is not complicated for simple things:

ie.link(:xpath,"//a...@href='test.htm']/").text

http://wiki.openqa.org/display/WTR/XPath

Željko
--
http://watirpodcast.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to