How to click on the select_list little drop down arrow

V

Vikash Kumar

I am using Watir and ruby.

I have a web page in which there is a select list. I want to click on
the drop down arrow on it, so that entire option in it get visible.
Then we can choose some particular option from it.

I am using

require 'watir'
instance = 'http://localhost/index.asp'
ie=Watir::IE.start(instance)

#If we use ie.select_list:)name, "rate").select("Hi") then it get
selected but I want to click on the arrow, then after choose option from
it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top