Skip to content

Internet Explorer WebDriver not working after remote desktop connection is closed #756

@daviande

Description

@daviande

Our Setup:

  1. Testing Internet Explorer on Windows Server 2012 R2 running in an AWS Instance
  2. 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:

  1. Reboot Amazon AWS Instance (Windows Server 2012 R2)
  2. Run automation via Jenkins
  3. Automation succeeds
  4. Remote desktop to AWS Instance
  5. Close Remote desktop session
  6. Rerun automation via Jenkins
  7. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions