Hi, sorry for the late response. I'm not sure why it's doing that. The
process should end at the end of your script. If the script crashes
while you're running it, there may have been a process still running
in the background. Sorry I can't be of better assistance.

-George



On Mar 16, 5:27 pm, Shlomit Gazit <shlomitpatr...@gmail.com> wrote:
> George,
> Your solution is the only one that is working for me for handling
> popups. Thank you!
> Minor thing  I couldnt figure out:
> Each time that there is a popup, ruby.exe process is being created. At
> the end of the test, I have lots of ruby.exe processes running, and if
> I have multiple testes running one after another, I have even more
> ruby.exe processes alive.
>
> at_exit is not killing them, and if I do only: Process.kill(9,@pid),
> then the popup is not closing, maybe because the process is being
> killed before the click.
>
> Any idea?
>
> On Mar 5, 2:20 am, Željko Filipin <zeljko.fili...@wa-research.ch>
> wrote:
>
>
>
> > On Thu, Mar 4, 2010 at 6:04 PM, George <george.sand...@gmail.com> wrote:
> > > I added this solution to the wiki.
>
> > Thanks!
>
> > > It would be nice
> > > to know if it works well for others. I couldn't seem to get any of the
> > > other suggestions to work for me.
>
> > If it works for you, it could help somebody else. Personally, I always
> > insist that the application does not havepop-ups. I just refuse to automate
> > tests that have to deal with popups (exceptions are file uploads and div
> > popups.). It has worked for me for the past five years.
>
> > Željko

-- 
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.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

To unsubscribe from this group, send email to 
watir-general+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to