Skip to main content
Skip table of contents

Automation - Selenium script blocked due to windows security?

Customer

Largest US-Based Healthcare

Problem

If your Germain RPA Bot script (powered by Selenium) fails to run due to some Windows Security constraints, i.e. you are getting the “Windows Security” dialog box while running via web driver MS Edge Webdriver, here is a solution for you.

Solution

  1. Server updated with below 2 regex entries.

    1. Registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client.

      Create a DWORD value with the name RemoteDesktop_SuppressWhenMinimized and set its value to 2.

    2. Registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Terminal Server Client, Create a DWORD value with the name RemoteDesktop_SuppressWhenMinimized and set its value to 2.

  2. Germain Engine started in Foreground with an active RDP Session to Windows server from SAW Machine.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.