UiPath extension for google chrome is not working

I am working on a cross-platform project and installed UiPath extension for project development

Ran a simple process and the activity fails every time

Error: Use Browser Chrome: New Tab: Error HRESULT E_FAIL has been returned
from a call to a COM component.

Installed extension from UiPath Web Automation - Chrome Web Store

Note - The machine which I’m using is managed by the organization

what is going wrong?

Hi @a.k

Have you tried with Open browser activity

image

Regarrds
Gokul

Hello @a.k,

Please ensure that the google chrome extension is enabled such as below, it can be found at

chrome://extensions/

image

Typically it can be installed but it may require enabling as well.

If that is the case, I would suggest using the Open Browser activity instead of the new tab activity.

Best,

Cam

Hi @Gokul001

As mentioned it is a cross-platform project,
I can only see the below activities related to browser

image

Please let me know if I’m missing something

Hi @a.k

Go to project → Settings → General → Disable the modern Experience Design

Regards
Gokul

Thanks for your reply,

But I see the extension is enabled and as it is a cross-platform project,
I can only see the below [activities] related to the browser

image

yeah, it is in disabled mode only

Can you create a sample cross-plaform project and check if you are able to find it

Hello @a.k,

Under activities, click this icon and ensure that “Classic” is enabled;

image

If you search Browser again, you will then find Open Browser activity.

Best,

Cam

Hey @Cameron_McMahon1

Can you create a sample cross-plaform project and check if you are able to find it?
I found it in a windows legacy project but not in cross-plaform project

Thanks,
AK