I am very new to ruby/water so please excuse my lack of knowledge.
 
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.
 
The HTML looks something like this
 
<div class=" selectable_list" id="" .....
<ul length="80" 0="" 1="" 2=""....
<li>
<a id="_item_0" window="[object]" .....
Text = "ABC - 100 ABC"
<li>
<a id="_item_1" window="[object]" .....
Text = "DEF - 100 DEF"
<li>
<a id="_item_2" window="[object]" .....
Text = "GHI - 100 GHI"
 
 

-- 
-- 
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.


Reply via email to