Migration IE to Edge

Any other point which we need to consider during Migration of IE to Edge in UiPath bot

The migration steps from Internet Explorer (IE) to Microsoft Edge in UiPath below

  1. Check for compatibility: Ensure that the version of UiPath you are using is compatible with Microsoft Edge. UiPath has released various versions with Edge support, so check the release notes to confirm compatibility.

  2. Update UiPath: If you are using an older version of UiPath, update it to the latest version that supports Edge. You can download the latest version from the UiPath website.

  3. Install Edge: Ensure that Microsoft Edge is installed on your system. If not, download and install it from the official Microsoft website.

  4. Update UiPath packages: Update the UiPath packages that you are using to work with Edge. The UiPath.Core.Browser package should be updated to the latest version that supports Edge.

  5. Update selectors: Check your selectors and update them if needed. The structure of the HTML code in Edge might differ from that in IE, so you might need to update your selectors.

  6. Test automation: Test your automation in Edge to ensure that it is working as expected. You can also use the UiPath Explorer to inspect the UI elements and fine-tune your selectors.

  7. Update workflows: Update your workflows to use Edge instead of IE. This includes changing the browser type in the “Attach Browser” activity and updating any other activities that use IE.

  8. Perform additional testing: Once you have updated your workflows, perform additional testing to ensure that everything is working correctly in Edge.

Any other point which we need to consider during Migration of IE to Edge in UiPath bot

1 Like