I am using Selenium IE WebDriver (version 2.46 latest) in order to perform my tests on IE. The setup is:
- I am using Jenkins to trigger my tests
- the IE is on a remote virtual machine where also the tests are placed and executed
The problem is that some of the tests require browser window focus and the tests fails due to focus issues. The issues are gone when I am logged on the virtual machine even the machine remote desktop connection is minimized. Even if I run the Jenkins job with one user and I am logged on the machine with another one - this is not a problem. The issue is that when I close the remote connection, the tests fail again. I am not sure what this has to do with the opened connection and how the mouse movement is detected on the machine.
Does anyone had such an issue and maybe can help?