Re: [wtr-general] Watir and Frames

2010-03-20 Thread Pallavi Sharma
Zeljko The last step was not there, thats why i struggled, i do plan to update wiki .. :) Thanks Regards Pallavi. On Fri, Mar 19, 2010 at 2:43 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Fri, Mar 19, 2010 at 7:37 AM, Pallavi Sharma > wrote: > > This worked: > > Adding si

Re: [wtr-general] Watir and Frames

2010-03-19 Thread Željko Filipin
On Fri, Mar 19, 2010 at 7:37 AM, Pallavi Sharma wrote: > This worked: > Adding site in trusted site > Checking low security for accepting all cookies > Lowering the security of browser to minimum possible. Are those steps at Frames wiki page? If not, would you add them there, so other could find

Re: [wtr-general] Watir and Frames

2010-03-18 Thread Pallavi Sharma
This worked: Adding site in trusted site Checking low security for accepting all cookies Lowering the security of browser to minimum possible. Regards Pallavi. On Tue, Mar 16, 2010 at 11:50 AM, Mrunal wrote: > Hi Pallavi, > > Can see the link properties or that frame objects in IE Develo

Re: [wtr-general] Watir and Frames

2010-03-16 Thread Mrunal
Hi Pallavi, Can see the link properties or that frame objects in IE Developer toolbar. If yes then put your site url in Trusted Sites. Then try your code. Reagrds, Mrunal Pallavi Sharma wrote: Hi I have attached the complete error i am getting, the code is simple ie=Watir::IE.attach(:t

Re: [wtr-general] Watir and Frames

2010-03-15 Thread Pallavi Sharma
Hi I have attached the complete error i am getting, the code is simple ie=Watir::IE.attach(:title,//) a=ie.frames(:index,1).link(:text ,'ABC') puts a.to_s I get the error on Frame 'Access Denied' which i wrote earlier, and then the error 'couldnot locate the object' as since frame is not acc

Re: [wtr-general] Watir and Frames

2010-03-15 Thread Mrunal
Hi Pallavi, Can u attach the code for which you r getting the error? Regards, Mrunal Pallavi Sharma wrote: Hi I have a frame issue with watir, where i get the following error: c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/frame.rb:52:in `method_missing': document (WIN32OLERuntimeE

Re: [wtr-general] Watir and Frames

2010-03-15 Thread Ethan
Can you include a full backtrace of the error, as well as the code that you executed to produce this error? On Mon, Mar 15, 2010 at 05:20, Pallavi Sharma wrote: > Hi > > I have a frame issue with watir, where i get the following error: > > c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/fram

[wtr-general] Watir and Frames

2010-03-15 Thread Pallavi Sharma
Hi I have a frame issue with watir, where i get the following error: c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/frame.rb:52:in `method_missing': document (WIN32OLERuntimeError) OLE error code:80070005 in Access is denied. HRESULT error code:0x80020009 Exception oc