[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-30 Thread Alister Scott

Željko

I am actually running a separate script every minute that opens and
closes urls.
So the probably isn't using the ie object in a script, but using the
same ie object across one script that runs every minute.

Cheers,
Alister

On Mar 27, 6:31 pm, Željko Filipin zeljko.fili...@wa-research.ch
wrote:
 On Fri, Mar 27, 2009 at 05:05, Alister Scott alister.sc...@gmail.com
 wrote:

  What do you suggest to do with the browser in between checking the
  various URLs?

 Could you give more detail about what are you doing?

 Something like this?

 browser.goto url
 do_something
 do_something_else
 browser.goto url
 do_something
 do_something_else
 ...

 Why can't you use the same browser all the time?

 Željko
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-26 Thread Željko Filipin
On Thu, Mar 26, 2009 at 06:36, Alister Scott alister.sc...@gmail.com
wrote:
  The RPC server is unavailable.

If my memory servers me, I think there is an old problem that would cause
such error message when opening and closing IE a lot. Are you using the same
browser every time, or are you opening and closing IE after each test?

Željko

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-26 Thread Alister Scott

I am opening and closing IE all the time.
Probably about 8 times a minute.

Cheers,
Alister

On Mar 26, 7:49 pm, Željko Filipin zeljko.fili...@wa-research.ch
wrote:
 On Thu, Mar 26, 2009 at 06:36, Alister Scott alister.sc...@gmail.com
 wrote:

       The RPC server is unavailable.

 If my memory servers me, I think there is an old problem that would cause
 such error message when opening and closing IE a lot. Are you using the same
 browser every time, or are you opening and closing IE after each test?

 Željko
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-26 Thread Bret Pettichord

So to answer your original question. Opening and closing the browser all 
the time is what you are doing wrong.

If you must do this, you should use the Watir::IE.new_process to open 
the new browsers. This will avoid the error you are seeing.

Bret

Alister Scott wrote:
 I am opening and closing IE all the time.
 Probably about 8 times a minute.

 Cheers,
 Alister

 On Mar 26, 7:49 pm, Željko Filipin zeljko.fili...@wa-research.ch
 wrote:
   
 On Thu, Mar 26, 2009 at 06:36, Alister Scott alister.sc...@gmail.com
 wrote:

 
  The RPC server is unavailable.
   
 If my memory servers me, I think there is an old problem that would cause
 such error message when opening and closing IE a lot. Are you using the same
 browser every time, or are you opening and closing IE after each test?

 Željko
 
 
   


-- 
Bret Pettichord
CTO, WatirCraft LLC, www.watircraft.com
Lead Developer, Watir, www.watir.com
Blog, www.io.com/~wazmo/blog
Twitter, www.twitter.com/bpettichord

Watir Training: Portland/Beaverton April 16-17
www.watircraft.com/training


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-26 Thread Alister Scott

Thanks Bret.
I guess the alternative is to use the same browser but I would need to
use Watir::IE.find which might be as troublesome.

Cheers,
Alister

On Mar 27, 8:17 am, Bret Pettichord b...@pettichord.com wrote:
 So to answer your original question. Opening and closing the browser all
 the time is what you are doing wrong.

 If you must do this, you should use the Watir::IE.new_process to open
 the new browsers. This will avoid the error you are seeing.

 Bret



 Alister Scott wrote:
  I am opening and closing IE all the time.
  Probably about 8 times a minute.

  Cheers,
  Alister

  On Mar 26, 7:49 pm, Željko Filipin zeljko.fili...@wa-research.ch
  wrote:

  On Thu, Mar 26, 2009 at 06:36, Alister Scott alister.sc...@gmail.com
  wrote:

       The RPC server is unavailable.

  If my memory servers me, I think there is an old problem that would cause
  such error message when opening and closing IE a lot. Are you using the 
  same
  browser every time, or are you opening and closing IE after each test?

  Željko

 --
 Bret Pettichord
 CTO, WatirCraft LLC,www.watircraft.com
 Lead Developer, Watir,www.watir.com
 Blog,www.io.com/~wazmo/blog
 Twitter,www.twitter.com/bpettichord

 Watir Training: Portland/Beaverton April 16-17www.watircraft.com/training
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---