Subscribe

UiPath Studio

The UiPath Studio Guide

Internet Explorer x64

Internet Explorer runs by default in 32-bit. This happens regardless of your Windows architecture. As such, the Open Browser activity also opens Internet Explorer in 32-bit. However, in some cases, you might also want browser automations to run Internet Explorer in 64-bit.

Depending on your privileges, the Enhanced Protected Mode option in Internet Explorer might be on, which is one of the aspects related to browser automation. This option prevents particular requests made by websites and add-ons for security reasons. However, it can also cause some automation issues on Internet Explorer, such as inaccurate web page element detection. To prevent such inconveniences, it is advised to have this option turned off.

To automate processes using Internet Explorer in 64-bit without any risk of issues, the previously mentioned options need to be as follows:

  • Enable 64-bit processes for Enhanced Protected Mode - ON
  • Enable Enhanced Protected Mode - OFF.
409

Having Internet Explorer run in 64-bit is manually done from the Internet Properties window, as follows:

To change Internet Explorer to 64-bit, perform the following steps:

1.1. Click the Start button and search for Internet Properties.
1.2. Alternatively, in Internet Explorer, in the Tools menu, click Internet Options.

The Internet Properties window is displayed.

  1. In the Advanced tab, in the Settings section, look for the Security options.
  2. Select the Enable 64-bit processes for Enhanced Protected Mode check box.
  3. Clear the Enable Enhanced Protected Mode check box (if selected).
  4. Click the Apply button to confirm the changes and then OK to close the Internet Properties window.
  5. Restart your computer for the changes to take effect. Internet Explorer now runs in 64-bit, even when opened by the Open Browser activity and with no risk of running into issues while performing web automation.

Updated 3 years ago

Internet Explorer x64


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.