Hi all,
Every time I create a new WatiN IE instance the mouse pointer jumps to the upper left corner of the screen and the focus switches to the new window.
I want the application to run the background so I've set the option for the new window to not to be visible:
Settings.Instance.MakeNewIeInstanceVisible = false;
But the mouse jump and loss of focus still occur. Is there an option to disable these jumps or a workaround for this issue?