Edge Extension Crash

Hi,
I am facing an issue with my edge extension.
I am using open browser activity to open Edge browser but it keep on crashing and not able to open the website that I want.
I have download the Edge extension. And when I open Edge browser, the extension does not have any issue.
image

It keep crashing when debug the automation.
Does anyone know how can I solve this ?

Hi @NAJAA_BAZILAH please refer the below link for troubleshooting

Hi @NAJAA_BAZILAH

Is that any error pop throwing while using the open browser through edge?

Give a try on removing the extension from edge and install it through uipath studio!

Regards

This is the error returned after running the automation.
image

I have tried to uninstall from edge and install through uipath studio and command prompt.
Still the same.

I have tried all these, but still not working.

Hi @NAJAA_BAZILAH

  1. Open current project in new version 2020.10.6 or more
  2. Click manage Packages
  3. Update all project Dependencies to new version

after updating project dependencies it might work as expected

Hi @NAJAA_BAZILAH

As @nikhil.girish told it may be due to the dependencies issue!

Refer to the thread below!

Regards

1 Like

are you using edge in incognito mode, if yes try the normal mode first and see.

With every version of the browser plugin you will have a version number folder created.
For example if you are using Edge browser plugin version 9.0.6825_0, than you will have a folder with this number under your “C:\Users\USERPROFILE\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\hfmfadgldlfpdagjlglajpeppomelhnm\9.0.6825_0”.

please make sure this is updated and in sync, if you have recently updated your Edge browser.

Alternatively you can run this command to uninstall/ install it using admin rights:

Uninstall -
C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe /edge-chromium-cleanup

Install
C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe /edge-chromium-policyglobal

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.