[wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Mark Winteringham
Hi there, Thanks for that George that did the trick. Seems a little odd to me that UL is in there but not OL, will it be in 1.6.6 or is it worth recommending it being in there? Mark -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

Re: [wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 4:02 PM, Mark Winteringham winteringham.m...@gmail.com wrote: Seems a little odd to me that UL is in there but not OL You could create a ticket: http://jira.openqa.org/browse/WTR Željko -- Before posting, please read http://watir.com/support. In short: search before

[wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Chuck van der Linden
Also bear in mind that the list 'container' the OL tag isn't normally itself rendered on the screen in a visible way.. so users don't normally interact with it. The 'guts' of the list (li tags) is where the interaction normally happens, and also what most commonly verified or acted on in

[wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Jarmo Pertman
You better create a ticket in JIRA or even submit a patch itself with tests. Also, if FireWatir doesn't support them also, then might add the support there as well. I think it makes sense to add it anyway, since in a way user doesn't see table also, rather td :) Jarmo On Sep 29, 7:13 pm, Chuck

[wtr-general] Re: Watir handling of ul and ol tags

2010-09-28 Thread George
Hi there, I had to modify Watir to read th tags. You could apply this to ol and ul. Here's what you do: 1. Go to C:\Ruby\lib\ruby\gems\1.8\gems\watir-1.6.5 (or whatever version you're running)\lib\watir\non_control_elements.rb 2. Insert the following into your code: class OL NonControlElement