[wtr-general] Re: how ruby interacts with already opened powerpoint

2010-04-16 Thread arihan sinha
Thanks everyone. Its done . I found the solution in the microsoft site. No need to spend time on this. Regards Arihan On Thu, Apr 15, 2010 at 2:59 PM, arihan sinha wrote: > Hi, > > In my application I've changed the setting so that the powerpoint would be > opened without file download prompt. >

Re: [wtr-general] Re: how ruby interacts with already opened powerpoint

2010-04-16 Thread arihan sinha
Hi, It is working fine. But I want to count the no of slides in that already opened powerpoint . Any thoughts? Earlier the below code was working fine because the file download prompt was coming and I was saving that in a particular location and then opening the same ppt by using *= ppt.Present

[wtr-general] Re: how ruby interacts with already opened powerpoint

2010-04-16 Thread al3kc
try this ppt = WIN32OLE.connect('PowerPoint.Application') -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: watir-general@googlegroups

Re: [wtr-general] Installation of Watir 1.6.5

2010-04-16 Thread Prajakta Jadhav
did you run 'gem update' command? what does 'gem -v' command return to u? Is it greater than 1.3.5? If not, then your update was not successful. you are still in the older version. You will need to install rubygem1.3.6 first Then again run 'gem install watir'. On Fri, Apr 16, 2010 at 3:11 PM, dee

[wtr-general] Installation of Watir 1.6.5

2010-04-16 Thread deepak
I'm trying to install watir 1..6.5 on a sytem without internet connectivity, I'm getting the below error. If anyone is aware of the problem please help. C:\ruby>gem install "D:\watir-1.6.5.gem" ERROR: While executing gem ... (RuntimeError) Error instaling D:\watir-1.6.5.gem: watir req

Re: [wtr-general] No method works for Frame

2010-04-16 Thread kiran yajamanyam
Hi Wesley, By default for frame attribute is "name" so when we use ie.frame(name) will work. When I use index eg: ie.frame("name attribute of frame).image(:index, 1).click() its working but when I use other attributes to identify it throws error unable to identify. Thanks, Kiran On Fri, Apr