RE: [Wtr-general] I have a couple of questions...

2005-08-03 Thread Bret Pettichord
At 10:05 PM 8/2/2005, Paul Rogers wrote: Im not sure, as there is nothing preventing you from having the same name or id on html tags in the page. It's non-conformant HTML if it has duplicate id's on a page (duplicate names are kosher). _ Bret Pettichord

Re: RE: [Wtr-general] I have a couple of questions...

2005-08-03 Thread Paul Rogers
] Date: Wednesday, August 3, 2005 2:35 am Subject: RE: [Wtr-general] I have a couple of questions... At 10:33 PM 8/2/2005, Paul Rogers wrote: I want to add a frame iterator object as soon as I get the chance: Ie.frames.each {|f| } When that's, there, it would be simple for you to add

Re: RE: [Wtr-general] I have a couple of questions...

2005-08-03 Thread Jeff Wood
: [Wtr-general] I have a couple of questions... At 10:33 PM 8/2/2005, Paul Rogers wrote: I want to add a frame iterator object as soon as I get the chance: Ie.frames.each {|f| } When that's, there, it would be simple for you to add your 'click a link in any frame' method

Re: RE: [Wtr-general] I have a couple of questions...

2005-08-03 Thread Jeff Wood
would apply an iterator to that frame. Seems like this way would save me work;-) But probably be less intuiitive. - Original Message - From: Bret Pettichord [EMAIL PROTECTED] Date: Wednesday, August 3, 2005 2:35 am Subject: RE: [Wtr-general] I have a couple of questions... At 10:33

Re: [Wtr-general] I have a couple of questions...

2005-08-02 Thread Jeff Wood
Wow, thanks for the quick response ... So, with the .link or .frame or .blah calls, what do they return if it can't find the item ? or if it finds multiple? j. On 8/2/05, Paul Rogers [EMAIL PROTECTED] wrote: 1. no - you must specify the frame, like ie.frame(:index,2).link(:id,'blah').click

RE: [Wtr-general] I have a couple of questions...

2005-08-02 Thread Paul Rogers
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Wood Sent: 02 August 2005 20:58 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] I have a couple of questions... Wow, thanks for the quick response ... So, with the .link or .frame or .blah

Re: [Wtr-general] I have a couple of questions...

2005-08-02 Thread Jeff Wood
Sent: 02 August 2005 20:58 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] I have a couple of questions... Wow, thanks for the quick response ... So, with the .link or .frame or .blah calls, what do they return if it can't find the item ? or if it finds multiple? j. On 8/2

Re: [Wtr-general] I have a couple of questions...

2005-08-02 Thread Chris McMahon
But, it really would be beneficial to be able to say, I don't know which frame this is in ... ( I've got situations where the dev team I support is moving things around a LOT ) ... so, If I can just say, I know it's called BLAH then find it whereever, but I'm sure I can code that up myself (