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 write2pall...@gmail.com wrote: This

Re: [wtr-general] Watir and Frames

2010-03-19 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 mrunal.gor...@gmail.com wrote: Hi Pallavi, Can see the link properties or that frame

Re: [wtr-general] Watir and Frames

2010-03-19 Thread Željko Filipin
On Fri, Mar 19, 2010 at 7:37 AM, Pallavi Sharma write2pall...@gmail.com 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,

Re: [wtr-general] Watir and Frames

2010-03-16 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

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

[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 Unknown Access is denied. HRESULT error code:0x80020009