On Thu, Jun 14, 2012 at 9:41 PM, Joshua Homer <[email protected]> wrote: > 1) go through each row in table > 2) go through each cell in rows > 3) look for "905" in each cell > 4) when "905" is found click on the button with the title "Edit User" in the row
I would do it something like this: browser.td(:text => "905").parent.button(:title => "Edit User").click > Here is the code I have: And the problem is? Željko -- 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]
