From: Bret Pettichord Date: 2006-09-11T05:21:24+09:00 Subject: Re: Running [Watir] Tests With the Browser Not Visible ------=_Part_218043_7732023.1157919665150 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/10/06, Phlip wrote: > > It turns out this sets the wie.ie.Visible flag. So it's the same as I had > doing that. The window flashes as it paints, then hides itself. > > This effect happens with both the in-process COM server and the with > IE.new_process() (which is otherwise working great; thanks!) > > I thought that COM had a flag to pass into the object-creation muck to > never > display the window. And I know that CreateProcess[Ex], the heart of > out-of-process creation, has one too. This was a bug in 1.4. It is fixed in 1.5 when using the COM server -- at least for me. I don't believe the IE.new_process() code supports non-visible or -b at all in its current state. Feel free to supmit a patch. Bret ------=_Part_218043_7732023.1157919665150--