I am trying to test a table on a webpage that is benig populated via
database.  The webpage is done in java:

<select id="fselectuser" size="25" onclick="loadUser(this)">
                                                <option value="0">--
Create New User --</option>
                                                <option    value=""></
option>
 
<option    value="12345">12345</option>
 
<option    value="1234567">1234567</option>


my code right now is @@browser.table(:value, "12345")  this works
however, i need to be able to click on the user 12345 so that their
information gets populated in a form.  @@browser.table(:value,
"12345").click is invalid. What do I need to do?

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