[wtr-general] Re: Watir Support for Table Header TH elements?

2009-06-01 Thread Željko Filipin
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

[wtr-general] Re: Watir Support for Table Header TH elements?

2009-06-01 Thread Chuck van der Linden
browser.th didn't work when I tried it. not in docs I printed a few months ago.. was there a new release of watir recently that added this? did I miss something? I know I can extend. even found some stuff in a thread circa dec2008 for this specific functionality. but I figured TH is not

[wtr-general] Re: Watir Support for Table Header TH elements?

2009-06-01 Thread Charley Baker
I thought we had TH defined as well, but looking at the code, it's not there. Feel free to add a Jira ticket for this. If you do have Watir extensions then when/if we add whatever tags you have, then you can remove it from your own Watir extension and that's it. Charley Baker blog:

[wtr-general] Re: Watir Support for Table Header TH elements?

2009-06-01 Thread Chuck van der Linden
http://jira.openqa.org/browse/WTR-317 I think that might be my first one. not sure of your conventions so I sorta punted when picking values for some of the select lists for the item. I presume TPTB will edit the issue if I got anything wrong. On Jun 1, 9:11 am, Charley Baker

[wtr-general] Re: Watir Support for Table Header TH elements?

2009-05-30 Thread karimnumerouno
yeh xpath is the way but for rubyists it is better if we use the HPRICOT library for screen scrapping very powerful On May 30, 4:32 am, Chuck van der Linden sqa...@gmail.com wrote: I have some things happening where I really need to be able to access things that are defined as a header row