[Wtr-general] how can i access a link inside iframe.

2007-06-27 Thread sourabh jain
does watir supports iframe. if yes then how can i click a line defined inside in an iframe. please reply if anybody has any knowledge for the same. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] how can i access a link inside iframe.

2007-06-27 Thread Angrez Singh
Hi Sourabh, More information like HTML code that you are trying to access, watir code that you have written would be really helpful to us in helping you. Regards, Angrez On 6/27/07, sourabh jain <[EMAIL PROTECTED]> wrote: does watir supports iframe. if yes then how can i click a line defined

Re: [Wtr-general] how can i access a link inside iframe.

2007-06-29 Thread kumari
using the index of the frame u can click the link in the frame if it is the 1st frame in the page then use the below way and click it $ie.frame(:index,1).link(:href,'value').click i think it may be useful to u. ___ Wtr-general mailing list Wtr-general