Hi

I have a drop down list which has different values. I have been trying
to select a value from the list but I have had no luck. I used
fire_events, select_list method but I get
Watir::Exception::UnknownObjectException: Unable to locate element.

Code for drop down list is:

<ul class="select_options">
  <li class= "selected highlighted " data-value="Option 1"> This is
the option that is selected by default
  <li class= " " data-value="Option 2">
  <li class= " " data-value="Option 3">
</ul>

So far I am able to generate this list by clicking on the drop down
arrow, this will show the list and now I want to select Option 2 or
Option 3 but I cannot select Option 2 or 3 using select_list or
triggering fire_events. Does any one have any idea's on know to
resolve this issue.

Thanks

tester86

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to