<<Your error message does not suggest to me that the
spaces in your path names is the problem.>>

I think you're right. Although I'm not sure what to do
about it yet. I did find something here:

http://rubyforge.org/pipermail/wtr-general/2005-November/004055.html

BTW, appreciate the previous help from you and the
others re: multi-instance. At this point, I think most
of my problem was a combination of IE and the app I
was writing tests for (so I'm now looking for some
automated way to clear the cache and remove all
cookies before each iteration). 

I basically decided to plow ahead and try to convince
my co-workers to adopt Watir regardless of whether or
not this particular problem gets solved. I'm hooked
and the response from others has been really good so
far.  

John



--- Bret Pettichord <[EMAIL PROTECTED]> wrote:

> Your error message does not suggest to me that the
> spaces in your path names
> is the problem.
> 
> Bret
> 
> On 6/20/06, John Fitisoff <[EMAIL PROTECTED]>
> wrote:
> >
> > Hi all,
> >
> > I'm trying to use cookiemanager to delete data
> between
> > test iterations but my paths contain spaces. I
> don't
> > have a problem getting the paths using
> > getSpecialFolderLocation but I get an error when I
> use
> > them with deleteSpecialFolderContents to try to
> delete
> > my cookies or my cache.
> >
> > As far as I can tell, this doesn't have anything
> to do
> > with Watir but I was hoping that someone here
> would
> > know since it's probably Windows-related.
> >
> > Thanks
> >
> > John
> >
> >
>
c:/ruby/lib/ruby/site_ruby/1.8/watir/cookiemanager.rb:6:in
> > `visit': uninitialized constant Dir::Find
> (NameError)
> >         from
> >
>
c:/ruby/lib/ruby/site_ruby/1.8/watir/cookiemanager.rb:14:in
> > `rm_rf'
> >
> >        from
> >
>
c:/ruby/lib/ruby/site_ruby/1.8/watir/cookiemanager.rb:48:in
> > `delete
> > SpecialFolderContents'
> >         from C:/thread_testing/cookiemgr.rb:15
> >
> >
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> > _______________________________________________
> > Wtr-general mailing list
> > [email protected]
> > http://rubyforge.org/mailman/listinfo/wtr-general
> >
> > _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to