[Wtr-general] Intermittent RPC error

2006-09-22 Thread brian . kejser
Hi Once and a while I get the following two errors: WIN32OLERuntimeError: Unknown property or method: `visible' HRESULT error code:0x800706be The remote procedure call failed. WIN32OLERuntimeError: Unknown property or method `quit' HRESULT error code:0x800706ba The RPC

[Wtr-general] Intermittent RPC error

2006-09-18 Thread brian . kejser
Hey Once and a while I get the following two errors: WIN32OLERuntimeError: Unknown property or method: `visible' HRESULT error code:0x800706be The remote procedure call failed. WIN32OLERuntimeError: Unknown property or method `quit' HRESULT error code:0x800706ba The RPC

[Wtr-general] watir-1.5.1.1081.gem and popups

2006-09-15 Thread brian . kejser
Hi Could some please explain how to find and close a modal dialog using watir-1.5.1.1081.gem. When I try to find the dialog using the line 'ie2 = ie.modal_dialog(:hwnd, hwnd) ' ruby returns the error 'Only null and :title methods are supported (ArgumentError)' Thanks

Re: [Wtr-general] watir-1.5.1.1081.gem and popups

2006-09-15 Thread brian . kejser
Hey In that case, how do I fetch a ModelDialog instance of the popup after calling click_no_wait on the IE instance? -Original Message- From: Charley Baker [EMAIL PROTECTED] Sent: Fri, September 15, 2006 7:25 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general]

Re: [Wtr-general] watir-1.5.1.1081.gem and popups

2006-09-15 Thread brian . kejser
Hi I still can't get this to work. If I run the following code, Ruby returns the error message 'Unable to attach to Modal Window nil after 10.5 seconds' Watir::IE::attach_timeout = 10 ie = Watir::IE::new ie.goto(http://www.echoecho.com/javascript4.htm;) ie.button(:name, B1).click_no_wait

[Wtr-general] Dialogs

2006-09-14 Thread brian . kejser
Hi When IE is used with forms for the first time, it displays two nag dialogs: 'auto-complete' and 'password remember'. Is it possible to prevent these dialogs from being displayed when using Watir? That is, is there a method on the IE class or instance that prevents these dialogs from ever