I have tried. .div(:class, "selectable_list").li(:id, "_item_2").click .div(:class, "selectable_list").select 'DEF - 100 DEF' .select_list(:id, "selectable_list").select 'DEF - 100 DEF' I would like to click on using the text.
On Thursday, May 2, 2013 7:57:55 AM UTC+1, Željko Filipin wrote: > On Wed, May 1, 2013 at 3:52 PM, Marc Westwood > <[email protected]<javascript:> > > wrote: > >> I am having problems selecting items from a drop down list, I can get the >> drop down list to open but am unable to select an item within the list. > > > You are not dealing with select list (select tag), but with unordered list > (ul tag). What do you want to click? What have you tried so far? > > Željko > -- > https://leanpub.com/watirbook > -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
