Does the following work?

http://rubyforge.org/pipermail/wtr-general/2005-April/001461.html

There are a couple of other examples on the FAQ including one that
uses click_no_wait, which I think won't block the current process,
though you'll have to handle timing issues yourself as with the
startClicker exampe: http://wiki.openqa.org/display/WTR/FAQ

Ethan


On 6/7/07, Hayato Iriumi <[EMAIL PROTECTED]> wrote:
> I spawned another process, but no luck. I tried system and exec, but
> Ruby waits for the line to finish. Any other way to spawn another
> process?
>
> On 6/7/07, Bret Pettichord <[EMAIL PROTECTED]> wrote:
> > Hayato wrote:
> > > Does anyone know how to resolve this issue? Please let me know.
> > >
> > Don't use threads. Blocking COM calls will block ALL ruby threads.
> > You'll have to spawn code to run in a separate process instead.
> >
> > Bret
> >
> >
> >
> > _______________________________________________
> > Wtr-general mailing list
> > Wtr-general@rubyforge.org
> > http://rubyforge.org/mailman/listinfo/wtr-general
> >
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to