Thanks Željko. That did the trick. Regards, Joe
On Mon, Feb 6, 2012 at 2:20 PM, Željko Filipin <[email protected]> wrote: > On Mon, Feb 6, 2012 at 1:10 PM, Joe Fl <[email protected]> wrote: >> <div class="active-theme"> > >> <strong>Category 1</strong> >> </div> > > This should work, if strong tag is in the first (or only) div with > "active-theme" class: > > browser.div(:class => "active-theme").strong.text > > Željko > -- > watir.com/book - author > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
