Hello all:

I have a problem in locating a value of the drop down. The scene is as
follows:

1. I want to select an option of the drop down dynamically.
2. Option ids and titles are dynamically generated.

Code:

<select  id="existingAlbum">

<option selected="selected">Select Existing Album</option>

<option>Profile:-</option>

<option id="1254542" name="profile" title="Nature Picures">Nature
Picures</option>
<option id="5674845" name="profile" title="Test 123">Test 123</option>
<option id="5245465" name="profile" title="Pictures">Pictures</option>

</select>

So, I have to select one of the options dynamically. Could someone help me?

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

Reply via email to