[wtr-general] Re: selectone menu primefaces

2013-04-04 Thread Dan
It doesn't appear that it's actually a select. Something like this should work. b.label(:id, j_idt18:j_idt22_label).click b.li(:text = Option 1).click On Thursday, April 4, 2013 9:19:35 AM UTC-4, Champ wrote: I am trying to automate an application that has select menus from prime faces. For

[wtr-general] Re: selectone menu primefaces

2013-04-04 Thread Champ
Thank you Dan. Apparently its a special kind of select and there is a div that's a place holder for the links in the select list. I was able to use the li you provided and select the item. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

[wtr-general] Re: selectone menu primefaces

2013-04-04 Thread Chuck van der Linden
On Thursday, April 4, 2013 6:48:13 AM UTC-7, Champ wrote: Thank you Dan. Apparently its a special kind of select and there is a div that's a place holder for the links in the select list. I was able to use the li you provided and select the item. You are correct, this is not a HTML select