Re: [wtr-general] Testing a Table being populated by a data base

2012-01-26 Thread Joe Fleck
Hi Vindev, You might try @@browser(:text,'12345').click Regards, Joe Sent from my iPad On Jan 12, 2012, at 10:41 AM, Vindev arbnjum...@gmail.com 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

Re: [wtr-general] Testing a Table being populated by a data base

2012-01-26 Thread bis
well seeing as how that looks like code for a select @@browser.select_list(:id = fselectuser).select 12345 but thats just going off of the html that was there and barely reading the email http://watir.com/examples/ On Sat, Jan 14, 2012 at 7:42 AM, Joe Fleck j-fl...@sbcglobal.net wrote: Hi

[wtr-general] Testing a Table being populated by a data base

2012-01-14 Thread Vindev
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