Re: [Wtr-general] How to access a table present within a form?

2007-01-28 Thread vijay
Hello John Lolis, I appreciate your observation. Yes, indeed, I have been trying the statement with a 'commo' instead of a 'dot'. Now, when I replaced 'comma' with a 'dot', Watir is giving the desired output. I am very sorry for not observing the typographic error previously. Thanks, Vaid

Re: [Wtr-general] How to access a table present within a form?

2007-01-25 Thread John Lolis
> result = ie.frame('builderFrame') > , < > form(:name,'dummy').table(:index,1)[1][1].text well if that comma is in the actual code i don't think its going to work :) - Posted via Jive Forums http://forums.openqa.org/thread.js

[Wtr-general] How to access a table present within a form?

2007-01-25 Thread vijay
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 acceptin