-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Description
Our Setup:
- Testing Internet Explorer on Windows Server 2012 R2 running in an AWS Instance
- Using WebDriverJS with Native Events enabled
Issue Observed:
If I use Remote Desktop to connect to the AWS instance and then disconnect from the AWS instance, I can no longer run automation successfully. A number of the WebDriver actions (sendKeys, mouseMove, etc) appear to fail silently. The command succeeds (promise chain completes without error), but no sendKeys, mouseMove, etc action is taken. If I (1) Remote desktop back to the machine and watch automation run or (2) reboot machine and run automation via Jenkins without using Remote desktop, then the automation will succeed.
Repro steps:
- Reboot Amazon AWS Instance (Windows Server 2012 R2)
- Run automation via Jenkins
- Automation succeeds
- Remote desktop to AWS Instance
- Close Remote desktop session
- Rerun automation via Jenkins
- Automation silently fails when attempting to use sendKeys, mouseMove, etc. But, url navigation appears to still work.
Are there any known issues around IE, WebDriverJS, native events, remote desktop, etc?
pavoltravnik
Metadata
Metadata
Assignees
Labels
No labels