I have a console application running on an application server that uses Watin to automate IE navigation. When I use the MakeNewIeInstanceVisible = false property, all created images are black. If I make IE visible, it creates images in order, but we must disable IE so that it does not pop up when people use the server.
Does anyone know a way to capture screenshots without a visible IE window?
source share