I spent some time researching this but could not find a fix.

Bret

Sergio Oliveira wrote:
>
> I need to run scripts concurrently, so each one has its own set of 
> cookies, etc.
>
> In other words I need isolated sessions so that I can simultaneously 
> log to different gmail accounts for example.
>
> As my understanding, the solution for that under Internet Explorer is 
> to open a new process each time, in other words, to use IE.new_process 
> instead of IE.new.
>
> So far so good, but IE.new_process *does* pop up the browser window 
> into the screen before hiding it.
>
> When I was using IE.new this was not happening. No IE at all in my screen.
>
> So my questions are:
>
> 1) Is there a way to fix the hide functionality (-b) for 
> IE.new_process ???
>
> 2) If the answer to 1) is no, is there anyway to use IE.new and still 
> have an isolated session so that I two different scripts running 
> concurrently can log to two different gmail accounts?
>
> Thanks very much!
>
> -Sergio
>
> PS: I am running a bunch of scripts as I work in my desktop box. So I 
> keep getting a browser in front of me. This will get annoying after 
> some time. Just the big picture so that someone may comeup with 
> another out-of-the-box solution. :-)
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to