Hello people,

I do not know how to access a "table" present inside a "form" using Watir.  
This table is the first table (index = 1) of the "html" page.  It is throwing 
an error for the command, 

result = ie.frame('builderFrame'),form(:name,'dummy').table(:index,1)[1][1].text

but it is accepting the command. 

result = ie.frame('builderFrame').table(:index,1)[1][1].text

Thanks, in Advance,
Vijay
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6277&messageID=17652#17652
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to