to start with yu need to show us a lot more of the html for the stuff
you are trying to work with.

For example you speak of a table, but the code you provided below is
for a select list element, not a table.  so I can't understand what it
is you want to do, are you trying to choose an item in a select list?
click a link in a table cell?  or something else

On Jan 12, 7:41 am, Vindev <[email protected]> wrote:
> 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