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 list. It is a custom control implemented with lots of javascript and CSS code that looks like and works like a selection list. It is based around using a HTML un-ordered list, manipulating the visibility of the list items to make the selection choices come and go.. Controls of this sort usually require two actions to 'select' an item, one action to get the list to appear (like clicking the down-arrow icon) and one action to click on the item you want. Note that some of these can suck horribly for users accessing your site via a mobile or touch device.. I have not used or tested this particular one, so I can't give any guidance if it's a 'touch hostile' control or not. Were I on your test team I'd be sure to check using the site with a smartphone, and a tablet (iOS and Android for sure, Win8 for bonus points) and make sure it's usable on those devices. -- -- 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.
