That does help. I'll login as the user that teamcity is running as and
ensure that there are no dialogs popping up.

Thank you!

Sean

On Sat, Apr 23, 2011 at 10:34 AM, Steven Coleman <colem...@gmail.com> wrote:

> I see this error a lot. For me, it's usually due to another window or
> alert opening up and Watir not being able to use the page it's suppose
> to act upon. For example, when I put our scripts on a Windows 2003
> server using Hudson, I saw the error. I figured out that IE was
> showing one of the alerts about navigating away from a secure page. I
> had turned this off on IE under my login, but I guess the system still
> had this option turned on. Long story short, I made sure the script
> ran fine under my id on the server and then set Hudson to start using
> my id.
>
> Hope this helps.
>
> On Apr 22, 4:09 pm, Sean Chambers <schamber...@gmail.com> wrote:
> >   Watir 1.8.1
> >
> > You sent this only to me and not the group btw
> >
> > Sent from my Windows Phone
> > ------------------------------
> > From: Al Snow
> > Sent: Friday, April 22, 2011 4:06 PM
> > To: schamber...@gmail.com
> > Subject: RE: [wtr-general] WIN32OLERuntimeError messages with watir on
> > windows
> >
> >   Saan,
> >       What version of Watir are you running?
> > Thanks,
> > Al
> >
> >
> >
> > > Date: Fri, 22 Apr 2011 11:15:31 -0700
> > > Subject: [wtr-general] WIN32OLERuntimeError messages with watir on
> windows
> > > From: schamber...@gmail.com
> > > To: watir-general@googlegroups.com
> >
> > > I am randomly getting errors when attempting to run watir via cucumber
> > > on our continuous integration server (windows server 2003). In
> > > addition, because of these failures instances of iexplore.exe are
> > > never getting closed properly and stay hanging around on the build
> > > server. Here is the most common error I am receiving:
> >
> > > WIN32OLERuntimeError: navigate
> > > OLE error code:800700AA in <Unknown>
> > > <No Description>
> > > HRESULT error code:0x80020009
> > > Exception occurred.
> >
> > > Stack trace:
> > > ./features/step_definitions/my_feature.rb:11:in `/^I am on the login
> > > page$/'
> >
> > > And the related step definition code:
> >
> > > Given /^I am on the login page$/ do
> > > @browser.goto(HOME_URL + "/login")
> > > end
> >
> > > This is the error that seems to be happening the most. There were
> > > other errors but those are related to my specific usage of watir.
> >
> > > Has anyone run into this error before? I see posts from a couple of
> > > years ago with no real solution or best way to handle this. Any
> > > guidance would be greatly appreciated.
> >
> > > Sean
> >
> > > --
> > > Before posting, please readhttp://watir.com/support. In short: search
> >
> > before you ask, be nice.
> >
> >
> >
> > > watir-general@googlegroups.com
> > >http://groups.google.com/group/watir-general
> > > watir-general+unsubscr...@googlegroups.com
>
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com
>

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to